matcha-icons 1.0.27 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo.html +43 -1
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +3 -0
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +9 -0
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +14 -5
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'matcha-icons';
|
|
3
|
-
src: url('fonts/matcha-icons.eot?
|
|
4
|
-
src: url('fonts/matcha-icons.eot?
|
|
5
|
-
url('fonts/matcha-icons.ttf?
|
|
6
|
-
url('fonts/matcha-icons.woff?
|
|
7
|
-
url('fonts/matcha-icons.svg?
|
|
3
|
+
src: url('fonts/matcha-icons.eot?dchotz');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?dchotz#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?dchotz') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?dchotz') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?dchotz#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -1014,6 +1014,9 @@
|
|
|
1014
1014
|
.i-matcha-transfer:before {
|
|
1015
1015
|
content: "\eacf";
|
|
1016
1016
|
}
|
|
1017
|
+
.i-matcha-export:before {
|
|
1018
|
+
content: "\eb21";
|
|
1019
|
+
}
|
|
1017
1020
|
.i-matcha-cost-center:before {
|
|
1018
1021
|
content: "\ead0";
|
|
1019
1022
|
}
|
|
@@ -1315,6 +1318,12 @@
|
|
|
1315
1318
|
.i-matcha-threads:before {
|
|
1316
1319
|
content: "\eb14";
|
|
1317
1320
|
}
|
|
1321
|
+
.i-matcha-circle-podcast:before {
|
|
1322
|
+
content: "\eb1f";
|
|
1323
|
+
}
|
|
1324
|
+
.i-matcha-podcast:before {
|
|
1325
|
+
content: "\eb20";
|
|
1326
|
+
}
|
|
1318
1327
|
.i-matcha-opened-lock:before {
|
|
1319
1328
|
content: "\ea23";
|
|
1320
1329
|
}
|