diff --git a/src/app/app.component.css b/src/app/app.component.css index 84401cc..6a42d9d 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -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; diff --git a/src/assets/css/style.css b/src/assets/css/style.css index f539881..323ad97 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -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; diff --git a/src/polyfills.ts b/src/polyfills.ts index 4311901..1a7f5df 100644 --- a/src/polyfills.ts +++ b/src/polyfills.ts @@ -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') {