eos-icons-font 1.0.1 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,21 +8,22 @@ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
8
8
 
9
9
  @font-face {
10
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");
11
+ src: url("../fonts/eos-icons.eot?fe298503fc25105b9800873fd1636982");
12
+ src: url("../fonts/eos-icons.eot?fe298503fc25105b9800873fd1636982#iefix") format("embedded-opentype"),
13
+ url("../fonts/eos-icons.woff2?fe298503fc25105b9800873fd1636982") format("woff2"),
14
+ url("../fonts/eos-icons.woff?fe298503fc25105b9800873fd1636982") format("woff"),
15
+ url("../fonts/eos-icons.ttf?fe298503fc25105b9800873fd1636982") format("truetype"),
16
+ url("../fonts/eos-icons.svg?fe298503fc25105b9800873fd1636982#eos-icons") format("svg");
17
17
  font-weight: normal;
18
18
  font-style: normal;
19
19
  }
20
20
 
21
+
21
22
  .eos-icons {
22
23
  font-family: "eos-icons";
23
24
  font-weight: normal;
24
25
  font-style: normal;
25
- font-size: 24px; /* Preferred icon size */
26
+ font-size: 24px; // Preferred icon size
26
27
  display: inline-block;
27
28
  line-height: 1;
28
29
  text-transform: none;
@@ -31,14 +32,14 @@ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
31
32
  white-space: nowrap;
32
33
  direction: ltr;
33
34
 
34
- /* Support for all WebKit browsers. */
35
+ // Support for all WebKit browsers.
35
36
  -webkit-font-smoothing: antialiased;
36
- /* Support for Safari and Chrome. */
37
+ // Support for Safari and Chrome.
37
38
  text-rendering: optimizeLegibility;
38
39
 
39
- /* Support for Firefox. */
40
+ // Support for Firefox.
40
41
  -moz-osx-font-smoothing: grayscale;
41
42
 
42
- /* Support for IE. */
43
+ // Support for IE.
43
44
  font-feature-settings: 'liga';
44
45
  }
@@ -8,21 +8,22 @@ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
8
8
 
9
9
  @font-face {
10
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");
11
+ src: url("../fonts/eos-icons.eot?fe298503fc25105b9800873fd1636982");
12
+ src: url("../fonts/eos-icons.eot?fe298503fc25105b9800873fd1636982#iefix") format("embedded-opentype"),
13
+ url("../fonts/eos-icons.woff2?fe298503fc25105b9800873fd1636982") format("woff2"),
14
+ url("../fonts/eos-icons.woff?fe298503fc25105b9800873fd1636982") format("woff"),
15
+ url("../fonts/eos-icons.ttf?fe298503fc25105b9800873fd1636982") format("truetype"),
16
+ url("../fonts/eos-icons.svg?fe298503fc25105b9800873fd1636982#eos-icons") format("svg");
17
17
  font-weight: normal;
18
18
  font-style: normal;
19
19
  }
20
20
 
21
+
21
22
  .eos-icons {
22
23
  font-family: "eos-icons";
23
24
  font-weight: normal;
24
25
  font-style: normal;
25
- font-size: 24px; /* Preferred icon size */
26
+ font-size: 24px; // Preferred icon size
26
27
  display: inline-block;
27
28
  line-height: 1;
28
29
  text-transform: none;
@@ -31,14 +32,14 @@ Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
31
32
  white-space: nowrap;
32
33
  direction: ltr;
33
34
 
34
- /* Support for all WebKit browsers. */
35
+ // Support for all WebKit browsers.
35
36
  -webkit-font-smoothing: antialiased;
36
- /* Support for Safari and Chrome. */
37
+ // Support for Safari and Chrome.
37
38
  text-rendering: optimizeLegibility;
38
39
 
39
- /* Support for Firefox. */
40
+ // Support for Firefox.
40
41
  -moz-osx-font-smoothing: grayscale;
41
42
 
42
- /* Support for IE. */
43
+ // Support for IE.
43
44
  font-feature-settings: 'liga';
44
45
  }
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eos-icons-font
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 4.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - EOS Design System team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-14 00:00:00.000000000 Z
11
+ date: 2020-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
@@ -55,7 +55,7 @@ dependencies:
55
55
  description: " This gem allows for easy inclusion of the EOS iconic font into the
56
56
  Rails asset pipeline.\n"
57
57
  email:
58
- - eos@suse.com
58
+ - eosdesignsystem@gmail.com
59
59
  executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
@@ -66,12 +66,17 @@ files:
66
66
  - vendor/assets/fonts/eos-icons.ttf
67
67
  - vendor/assets/fonts/eos-icons.woff
68
68
  - vendor/assets/fonts/eos-icons.woff2
69
- - vendor/assets/stylesheets/eos_icons.less
70
- - vendor/assets/stylesheets/eos_icons.scss
69
+ - vendor/assets/stylesheets/eos-icons-font.less
70
+ - vendor/assets/stylesheets/eos-icons-font.scss
71
71
  homepage: https://gitlab.com/SUSE-UIUX/eos-icons-rails
72
72
  licenses:
73
73
  - MIT
74
- metadata: {}
74
+ metadata:
75
+ bug_tracker_uri: https://gitlab.com/SUSE-UIUX/eos-icons/-/issues
76
+ documentation_uri: https://icons.eosdesignsystem.com/docs
77
+ homepage_uri: https://icons.eosdesignsystem.com/
78
+ source_code_uri: https://gitlab.com/SUSE-UIUX/eos-icons-rails
79
+ wiki_uri: https://gitlab.com/SUSE-UIUX/eos-icons/-/wikis/home
75
80
  post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
@@ -87,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.0.6
95
+ rubygems_version: 3.1.2
91
96
  signing_key:
92
97
  specification_version: 4
93
98
  summary: The EOS iconic font for the Rails asset pipeline.