diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ @font-face { font-family: "Sansita Swashed"; - src: url(./font-sansita-swashed.woff2); + src: url(assets/fonts/sansita-swashed.woff2); } @font-face { font-family: "Josefin Sans"; - src: url(./font-josefin-sans.woff2); + src: url(assets/fonts/josefin-sans.woff2); } @font-face { font-family: "Azaret Mono"; - src: url(./font-azaret-mono.woff2); + src: url(assets/fonts/azaret-mono.woff2); } :root { @@ -20,7 +20,7 @@ body { margin: 0px; background-color: #24244f; - background-image: url(./background.webp); + background-image: url(assets/images/background.webp); background-repeat: repeat; background-position: 0 0; background-attachment: fixed; |