Skip to content

Commit

Permalink
Set the default font
Browse files Browse the repository at this point in the history
  • Loading branch information
zyronon committed Dec 7, 2023
1 parent 24eca23 commit 187735c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ html, body {
width: 100vw;
height: 100vh;
overflow: hidden;
color: rgb(187, 187, 187);
//color: var(--color-font-1);
//font-family: var(--font-family);
color: var(--color-font-1);
font-family: var(--font-family);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down

0 comments on commit 187735c

Please sign in to comment.