eos-icons-font 4.6.1 → 4.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/vendor/assets/fonts/eos-icons.eot +0 -0
- data/vendor/assets/fonts/eos-icons.svg +397 -253
- data/vendor/assets/fonts/eos-icons.ttf +0 -0
- data/vendor/assets/fonts/eos-icons.woff +0 -0
- data/vendor/assets/fonts/eos-icons.woff2 +0 -0
- data/vendor/assets/stylesheets/eos-icons-font.less +6 -6
- data/vendor/assets/stylesheets/eos-icons-font.scss +6 -6
- metadata +3 -3
Binary file
|
Binary file
|
Binary file
|
@@ -8,12 +8,12 @@ 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("../fonts/eos-icons.eot?
|
12
|
-
src: url("../fonts/eos-icons.eot?
|
13
|
-
url("../fonts/eos-icons.woff2?
|
14
|
-
url("../fonts/eos-icons.woff?
|
15
|
-
url("../fonts/eos-icons.ttf?
|
16
|
-
url("../fonts/eos-icons.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
|
}
|
@@ -8,12 +8,12 @@ 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("../fonts/eos-icons.eot?
|
12
|
-
src: url("../fonts/eos-icons.eot?
|
13
|
-
url("../fonts/eos-icons.woff2?
|
14
|
-
url("../fonts/eos-icons.woff?
|
15
|
-
url("../fonts/eos-icons.ttf?
|
16
|
-
url("../fonts/eos-icons.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
|
}
|
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: 4.
|
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-09-
|
11
|
+
date: 2020-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
94
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
95
|
+
rubygems_version: 3.1.2
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: The EOS iconic font for the Rails asset pipeline.
|