fixed paths for fonts
This commit is contained in:
parent
242d733b01
commit
23a131aec4
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue