fixed paths for fonts

This commit is contained in:
Manuel Friedli 2017-03-09 22:35:46 +01:00
parent 242d733b01
commit 23a131aec4
1 changed files with 5 additions and 5 deletions

View File

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