eos-icons-font 5.0.0 → 5.0.1
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.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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 696bb69d2aa2b8174e05420250214f9679e0203c
|
4
|
+
data.tar.gz: ab05389330b64b2354da1d4744e75603cdb0e22e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c95410350873d3b6ec75d00e3b9bb3661088a3287481631cdd0c6b7271eca49f3e295daf88c90e7225af748bd6244f5aa3c82c4e9cec2fb38c320855f1ef573
|
7
|
+
data.tar.gz: 819b2bebbc90978299127bbb1bd4ab8e9b8f9120396ce84e8591afc514aceaf88a0aa6a313572b771f91aea320f8d99764a0a6ad0b19903040b1cc0528ba9335
|
Binary file
|
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?c566c425339bed5147c26cf0370747cc");
|
12
|
+
src: url("../fonts/eos-icons.eot?c566c425339bed5147c26cf0370747cc#iefix") format("embedded-opentype"),
|
13
|
+
url("../fonts/eos-icons.woff2?c566c425339bed5147c26cf0370747cc") format("woff2"),
|
14
|
+
url("../fonts/eos-icons.woff?c566c425339bed5147c26cf0370747cc") format("woff"),
|
15
|
+
url("../fonts/eos-icons.ttf?c566c425339bed5147c26cf0370747cc") format("truetype"),
|
16
|
+
url("../fonts/eos-icons.svg?c566c425339bed5147c26cf0370747cc#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: asset-url("../fonts/eos-icons.eot?
|
12
|
-
src: asset-url("../fonts/eos-icons.eot?
|
13
|
-
asset-url("../fonts/eos-icons.woff2?
|
14
|
-
asset-url("../fonts/eos-icons.woff?
|
15
|
-
asset-url("../fonts/eos-icons.ttf?
|
16
|
-
asset-url("../fonts/eos-icons.svg?
|
11
|
+
src: asset-url("../fonts/eos-icons.eot?c566c425339bed5147c26cf0370747cc");
|
12
|
+
src: asset-url("../fonts/eos-icons.eot?c566c425339bed5147c26cf0370747cc#iefix") format("embedded-opentype"),
|
13
|
+
asset-url("../fonts/eos-icons.woff2?c566c425339bed5147c26cf0370747cc") format("woff2"),
|
14
|
+
asset-url("../fonts/eos-icons.woff?c566c425339bed5147c26cf0370747cc") format("woff"),
|
15
|
+
asset-url("../fonts/eos-icons.ttf?c566c425339bed5147c26cf0370747cc") format("truetype"),
|
16
|
+
asset-url("../fonts/eos-icons.svg?c566c425339bed5147c26cf0370747cc#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: 5.0.
|
4
|
+
version: 5.0.1
|
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-05-
|
11
|
+
date: 2021-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|