Refactor/Project structure #67

Merged
KevinMidboe merged 56 commits from refactor/project-structure into master 2020-12-10 22:20:38 +00:00
Showing only changes of commit 1f17429c8f - Show all commits

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 {