Updated font url w/ updated assets path.

This commit is contained in:
2020-11-20 18:37:48 +01:00
parent 7096fbed86
commit 1f17429c8f

View File

@@ -4,13 +4,13 @@
@font-face { @font-face {
font-family: "knowit"; font-family: "knowit";
font-weight: 600; font-weight: 600;
src: url("/../../public/assets/fonts/bold.woff"); src: url("/assets/fonts/bold.woff");
} }
@font-face { @font-face {
font-family: "knowit"; font-family: "knowit";
font-weight: 300; font-weight: 300;
src: url("/../../public/assets/fonts/regular.eot"); src: url("/assets/fonts/regular.eot");
} }
body { body {