fix: move fonts back to app folder
This commit is contained in:
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -13,8 +13,11 @@
|
|||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Ionicons";
|
font-family: "Ionicons";
|
||||||
src: url("/assets/fonts/ionicons.eot?v=2.0.0");
|
src: url("../fonts/ionicons.eot?v=2.0.0");
|
||||||
src: url("/assets/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("/assets/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("/assets/fonts/ionicons.woff?v=2.0.1") format("woff"), url("/assets/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
|
src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),
|
||||||
|
url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),
|
||||||
|
url("../fonts/ionicons.woff?v=2.0.1") format("woff"),
|
||||||
|
url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user