CSS: Fix path

This commit is contained in:
2020-09-21 22:23:46 +02:00
parent d29fe2542a
commit 2f73bfae47
2 changed files with 9 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
/* Fonts */
@font-face {
font-family: roboto;
src: url(/assets/fonts/Roboto-Regular.ttf)
src: url(/fonts/Roboto-Regular.ttf)
}
@font-face {
font-family: overpass;
src: url(/assets/fonts/OpenSans-Regular.ttf)
src: url(/fonts/OpenSans-Regular.ttf)
}
/* Element styling */