mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Fix broken icon font
This commit is contained in:
parent
da156a5b66
commit
9925ba1df5
@ -1,7 +1,10 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "icomoon";
|
font-family: "icomoon";
|
||||||
src: asset_url("icomoon.eot");
|
src: url(asset_path("icomoon.eot"));
|
||||||
src: asset_url("icomoon.eot?#iefix") format("embedded-opentype"), asset_url("icomoon.woff") format("woff"), asset_url("icomoon.ttf") format("truetype"), asset_url("icomoon.svg#icomoon") format("svg");
|
src: url(asset_path("icomoon.eot?#iefix")) format("embedded-opentype"),
|
||||||
|
url(asset_path("icomoon.woff")) format("woff"),
|
||||||
|
url(asset_path("icomoon.ttf")) format("truetype"),
|
||||||
|
url(asset_path("icomoon.svg#icomoon")) format("svg");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user