- FontIcons libraries moving to legacy;

- changed FontIcons libraries enqueue place (moved to common);
This commit is contained in:
Mykyta Synelnikov
2023-09-26 12:25:49 +03:00
parent 84dc5e9b2b
commit bd2cc5a69d
14 changed files with 46 additions and 45 deletions

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

@@ -2,11 +2,11 @@
@font-face {
font-family: "FontAwesome";
src:url("../font/fontawesome-webfont.eot?v=4.2.0");
src:url("../font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"),
url("../font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
url("../font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
url("../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
src:url("font/fontawesome-webfont.eot?v=4.2.0");
src:url("font/fontawesome-webfont.eot?v=4.2.0#iefix") format("embedded-opentype"),
url("font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
url("font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
url("font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
font-display: swap;
font-weight: normal;
font-style: normal;
@@ -2,11 +2,11 @@
@font-face {
font-family: "Ionicons";
src:url("../font/ionicons.eot?v=2.0.0");
src:url("../font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
url("../font/ionicons.woff?v=2.0.0") format("woff"),
url("../font/ionicons.ttf?v=2.0.0") format("truetype"),
url("../font/ionicons.svg?v=2.0.0#Ionicons") format("svg");
src:url("font/ionicons.eot?v=2.0.0");
src:url("font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
url("font/ionicons.woff?v=2.0.0") format("woff"),
url("font/ionicons.ttf?v=2.0.0") format("truetype"),
url("font/ionicons.svg?v=2.0.0#Ionicons") format("svg");
font-display: swap;
font-weight: normal;
font-style: normal;
@@ -1489,4 +1489,4 @@
.um-icon-wrench:before { content: "\f2ba"; }
.um-icon-xbox:before { content: "\f30c"; }
.um-icon-xbox:before { content: "\f30c"; }