Fixed references to fonts
Moved the definitions to the main style.css file
This commit is contained in:
parent
06ed0eb2dd
commit
710b703a8f
3 changed files with 10 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue