Fixed references to fonts

Moved the definitions to the main style.css file
This commit is contained in:
Manuel Friedli 2017-03-14 22:36:13 +01:00
parent 06ed0eb2dd
commit 710b703a8f
3 changed files with 10 additions and 23 deletions

View file

@ -10,6 +10,16 @@
url("../fonts/abeezee-regular.woff") format("woff");
}
@font-face {
font-family: "Free Monospaced";
src: url("../fonts/freemono.eot?") format("eot"),
url("../fonts/freemono.woff") format("woff"),
url("../fonts/freemono.ttf") format("truetype"),
url("../fonts/freemono.svg#FreeMono") format("svg");
font-weight: normal;
font-style: normal;
}
body {
font-family: "ABeeZee", sans-serif;
margin: 0;