aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index b10d225..3e903df 100644
--- a/style.css
+++ b/style.css
@@ -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;