fixed paths for fonts

This commit is contained in:
Manuel Friedli 2017-03-09 22:35:46 +01:00
parent 242d733b01
commit 23a131aec4

View file

@ -7,15 +7,15 @@
src: local("ABeeZee Regular"), src: local("ABeeZee Regular"),
local("ABeeZee-Regular"), local("ABeeZee-Regular"),
local("ABeeZee"), local("ABeeZee"),
url("../abeezee-regular.woff") format("woff"); url("abeezee-regular.woff") format("woff");
} }
@font-face { @font-face {
font-family: "Free Monospaced"; font-family: "Free Monospaced";
src: url("../freemono.eot?") format("eot"), src: url("freemono.eot?") format("eot"),
url("../freemono.woff") format("woff"), url("freemono.woff") format("woff"),
url("../freemono.ttf") format("truetype"), url("freemono.ttf") format("truetype"),
url("../freemono.svg#FreeMono") format("svg"); url("freemono.svg#FreeMono") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }