We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091a3a commit 17a6b70Copy full SHA for 17a6b70
assets/styles/main.css
@@ -31,7 +31,7 @@ body {
31
min-height: 100vh;
32
min-height: 100dvh;
33
font-size: calc(0.8rem + 0.2vmin);
34
- font-family: "Segoe UI", "SegoeUI", "Noto Sans", sans-serif;
+ font-family: system-ui, sans-serif;
35
background-image: url("/assets/images/background.jpg");
36
background-attachment: fixed;
37
background-position: center;
0 commit comments