@proicons/webfont 4.12.0 → 4.12.1
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/ProIcons.css +7 -4
- package/package.json +1 -1
package/ProIcons.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-display: block;
|
|
3
3
|
font-family: "ProIcons";
|
|
4
|
-
src: url("./ProIcons.ttf?
|
|
5
|
-
url("./ProIcons.woff?
|
|
6
|
-
url("./ProIcons.woff2?
|
|
7
|
-
url("./ProIcons.eot?
|
|
4
|
+
src: url("./ProIcons.ttf?b3d50ae66a8acee89cee97fc79e45e12") format("truetype"),
|
|
5
|
+
url("./ProIcons.woff?b3d50ae66a8acee89cee97fc79e45e12") format("woff"),
|
|
6
|
+
url("./ProIcons.woff2?b3d50ae66a8acee89cee97fc79e45e12") format("woff2"),
|
|
7
|
+
url("./ProIcons.eot?b3d50ae66a8acee89cee97fc79e45e12#iefix") format("embedded-opentype");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
@@ -1527,6 +1527,9 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
|
1527
1527
|
.proicon-photo-add::before {
|
|
1528
1528
|
content: "\e1f6";
|
|
1529
1529
|
}
|
|
1530
|
+
.proicon-road-cone::before {
|
|
1531
|
+
content: "\e1f7";
|
|
1532
|
+
}
|
|
1530
1533
|
.proicon-apps-list::before {
|
|
1531
1534
|
content: "\f101";
|
|
1532
1535
|
}
|