1
0
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:
Daniel Barber 2017-08-15 23:11:33 -04:00
parent da156a5b66
commit 9925ba1df5
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,7 +1,10 @@
@font-face {
font-family: "icomoon";
src: asset_url("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"));
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-style: normal;
}