diff --git a/app/app.component.css b/app/app.component.css index a1f448b..84401cc 100644 --- a/app/app.component.css +++ b/app/app.component.css @@ -7,15 +7,15 @@ src: local("ABeeZee Regular"), local("ABeeZee-Regular"), local("ABeeZee"), - url("../abeezee-regular.woff") format("woff"); + 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"); + 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; }