aboutsummaryrefslogtreecommitdiff
path: root/sass/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/style.scss')
-rw-r--r--sass/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 5feebc0..e9938ec 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -24,7 +24,7 @@ html {
body {
background-color: var(--color-background);
color: var(--color-text);
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ font-family: $fonts-sans-serif;
font-weight: normal;
padding: 0;
margin: 0;