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
|
@ -1,25 +1,3 @@
|
|||
@font-face {
|
||||
font-family: "ABeeZee";
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
src: local("ABeeZee Regular"),
|
||||
local("ABeeZee-Regular"),
|
||||
local("ABeeZee"),
|
||||
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");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.inputwrapper {
|
||||
font-family: "ABeeZee", sans-serif;
|
||||
margin: 0 1em 1em 1em;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import "core-js/es6";
|
||||
import "core-js/es7/reflect";
|
||||
import "zone.js/dist/zone";
|
||||
require("zone.js/dist/zone");
|
||||
|
||||
if (process.env.ENV === 'production') {
|
||||
|
|
Loading…
Reference in a new issue