eos-icons-font 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,44 @@
1
+ /*
2
+ Generated with grunt-webfont
3
+ Created by EOS Design System - EOS icons
4
+ Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
5
+ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
6
+ */
7
+
8
+
9
+ @font-face {
10
+ font-family: "eos-icons";
11
+ src: url("eos-icons.eot?e6fe6bc1d54795531b8507b40409d049");
12
+ src: url("eos-icons.eot?e6fe6bc1d54795531b8507b40409d049#iefix") format("embedded-opentype"),
13
+ url("eos-icons.woff2?e6fe6bc1d54795531b8507b40409d049") format("woff2"),
14
+ url("eos-icons.woff?e6fe6bc1d54795531b8507b40409d049") format("woff"),
15
+ url("eos-icons.ttf?e6fe6bc1d54795531b8507b40409d049") format("truetype"),
16
+ url("eos-icons.svg?e6fe6bc1d54795531b8507b40409d049#eos-icons") format("svg");
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ }
20
+
21
+ .eos-icons {
22
+ font-family: "eos-icons";
23
+ font-weight: normal;
24
+ font-style: normal;
25
+ font-size: 24px; /* Preferred icon size */
26
+ display: inline-block;
27
+ line-height: 1;
28
+ text-transform: none;
29
+ letter-spacing: normal;
30
+ word-wrap: normal;
31
+ white-space: nowrap;
32
+ direction: ltr;
33
+
34
+ /* Support for all WebKit browsers. */
35
+ -webkit-font-smoothing: antialiased;
36
+ /* Support for Safari and Chrome. */
37
+ text-rendering: optimizeLegibility;
38
+
39
+ /* Support for Firefox. */
40
+ -moz-osx-font-smoothing: grayscale;
41
+
42
+ /* Support for IE. */
43
+ font-feature-settings: 'liga';
44
+ }
@@ -0,0 +1,44 @@
1
+ /*
2
+ Generated with grunt-webfont
3
+ Created by EOS Design System - EOS icons
4
+ Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
5
+ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
6
+ */
7
+
8
+
9
+ @font-face {
10
+ font-family: "eos-icons";
11
+ src: url("eos-icons.eot?e6fe6bc1d54795531b8507b40409d049");
12
+ src: url("eos-icons.eot?e6fe6bc1d54795531b8507b40409d049#iefix") format("embedded-opentype"),
13
+ url("eos-icons.woff2?e6fe6bc1d54795531b8507b40409d049") format("woff2"),
14
+ url("eos-icons.woff?e6fe6bc1d54795531b8507b40409d049") format("woff"),
15
+ url("eos-icons.ttf?e6fe6bc1d54795531b8507b40409d049") format("truetype"),
16
+ url("eos-icons.svg?e6fe6bc1d54795531b8507b40409d049#eos-icons") format("svg");
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ }
20
+
21
+ .eos-icons {
22
+ font-family: "eos-icons";
23
+ font-weight: normal;
24
+ font-style: normal;
25
+ font-size: 24px; /* Preferred icon size */
26
+ display: inline-block;
27
+ line-height: 1;
28
+ text-transform: none;
29
+ letter-spacing: normal;
30
+ word-wrap: normal;
31
+ white-space: nowrap;
32
+ direction: ltr;
33
+
34
+ /* Support for all WebKit browsers. */
35
+ -webkit-font-smoothing: antialiased;
36
+ /* Support for Safari and Chrome. */
37
+ text-rendering: optimizeLegibility;
38
+
39
+ /* Support for Firefox. */
40
+ -moz-osx-font-smoothing: grayscale;
41
+
42
+ /* Support for IE. */
43
+ font-feature-settings: 'liga';
44
+ }
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: eos-icons-font
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - EOS Design System team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-08-13 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.14'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.14'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description: " This gem allows for easy inclusion of the EOS iconic font into the
56
+ Rails asset pipeline.\n"
57
+ email:
58
+ - eos@suse.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - lib/eos-icons.rb
64
+ - vendor/assets/fonts/eos-icons.eot
65
+ - vendor/assets/fonts/eos-icons.svg
66
+ - vendor/assets/fonts/eos-icons.ttf
67
+ - vendor/assets/fonts/eos-icons.woff
68
+ - vendor/assets/fonts/eos-icons.woff2
69
+ - vendor/assets/stylesheets/eos_icons.less
70
+ - vendor/assets/stylesheets/eos_icons.scss
71
+ homepage: https://gitlab.com/SUSE-UIUX/eos-icons-rails
72
+ licenses:
73
+ - MIT
74
+ metadata: {}
75
+ post_install_message:
76
+ rdoc_options: []
77
+ require_paths:
78
+ - lib
79
+ required_ruby_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ requirements: []
90
+ rubygems_version: 3.0.6
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: The EOS iconic font for the Rails asset pipeline.
94
+ test_files: []