eos-icons-font 5.3.1 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eos-icons-font
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.1
4
+ version: 5.4.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: 2021-09-30 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -71,13 +71,10 @@ files:
71
71
  - vendor/assets/fonts/eos-icons.ttf
72
72
  - vendor/assets/fonts/eos-icons.woff
73
73
  - vendor/assets/fonts/eos-icons.woff2
74
- - vendor/assets/stylesheets/eos-icons-font.css
75
74
  - vendor/assets/stylesheets/eos-icons-font.less
76
75
  - vendor/assets/stylesheets/eos-icons-font.scss
77
- - vendor/assets/stylesheets/eos-icons-outlined.css
78
76
  - vendor/assets/stylesheets/eos-icons-outlined.less
79
77
  - vendor/assets/stylesheets/eos-icons-outlined.scss
80
- - vendor/assets/stylesheets/eos-icons.css
81
78
  - vendor/assets/stylesheets/eos-icons.less
82
79
  - vendor/assets/stylesheets/eos-icons.scss
83
80
  homepage: https://gitlab.com/SUSE-UIUX/eos-icons-rails
@@ -1,7 +0,0 @@
1
- /*
2
- * Visit hhtps://www.eos-icons.com
3
- * Licensed under MIT (https://gitlab.com/SUSE-UIUX/eos-icons-rails/-/blob/master/LICENSE.txt)
4
- */
5
-
6
- @import url("eos-icons.css");
7
- @import url("eos-icons-outlined.css");
@@ -1,45 +0,0 @@
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-outlined";
11
- src: url("eos-icons-outlined.eot");
12
- src: url("eos-icons-outlined.eot") format("embedded-opentype"),
13
- url("eos-icons-outlined.woff2") format("woff2"),
14
- url("eos-icons-outlined.woff") format("woff"),
15
- url("eos-icons-outlined.ttf") format("truetype"),
16
- url("eos-icons-outlined.svg") format("svg");
17
- font-weight: normal;
18
- font-style: normal;
19
- }
20
-
21
-
22
- .eos-icons-outlined {
23
- font-family: "eos-icons-outlined";
24
- font-weight: normal;
25
- font-style: normal;
26
- font-size: 24px; /* Preferred icon size */
27
- display: inline-block;
28
- line-height: 1;
29
- text-transform: none;
30
- letter-spacing: normal;
31
- word-wrap: normal;
32
- white-space: nowrap;
33
- direction: ltr;
34
-
35
- /* Support for all WebKit browsers. */
36
- -webkit-font-smoothing: antialiased;
37
- /* Support for Safari and Chrome. */
38
- text-rendering: optimizeLegibility;
39
-
40
- /* Support for Firefox. */
41
- -moz-osx-font-smoothing: grayscale;
42
-
43
- /* Support for IE. */
44
- font-feature-settings: 'liga';
45
- }
@@ -1,45 +0,0 @@
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");
12
- src: url("eos-icons.eot") format("embedded-opentype"),
13
- url("eos-icons.woff2") format("woff2"),
14
- url("eos-icons.woff") format("woff"),
15
- url("eos-icons.ttf") format("truetype"),
16
- url("eos-icons.svg") format("svg");
17
- font-weight: normal;
18
- font-style: normal;
19
- }
20
-
21
-
22
- .eos-icons {
23
- font-family: "eos-icons";
24
- font-weight: normal;
25
- font-style: normal;
26
- font-size: 24px; /* Preferred icon size */
27
- display: inline-block;
28
- line-height: 1;
29
- text-transform: none;
30
- letter-spacing: normal;
31
- word-wrap: normal;
32
- white-space: nowrap;
33
- direction: ltr;
34
-
35
- /* Support for all WebKit browsers. */
36
- -webkit-font-smoothing: antialiased;
37
- /* Support for Safari and Chrome. */
38
- text-rendering: optimizeLegibility;
39
-
40
- /* Support for Firefox. */
41
- -moz-osx-font-smoothing: grayscale;
42
-
43
- /* Support for IE. */
44
- font-feature-settings: 'liga';
45
- }