mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- FontIcons libraries moving to legacy;
- changed FontIcons libraries enqueue place (moved to common);
This commit is contained in:
|
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"; }
|
||||
Reference in New Issue
Block a user