diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-03-24 11:49:28 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-03-24 11:49:28 +0300 |
| commit | 6876194d3b2c9c2d34ac2c3b77504f83ceca7841 (patch) | |
| tree | 7d1b06b3e902a682f6bfdbc344ceaed2b445dd7c /_sass | |
| parent | 14e982814d2204e538d1665a0d356a60cfe5f346 (diff) | |
| download | aaoth.xyz-6876194d3b2c9c2d34ac2c3b77504f83ceca7841.tar.gz aaoth.xyz-6876194d3b2c9c2d34ac2c3b77504f83ceca7841.zip | |
remove custom fonts to reduce load
basically, there's no need to load all of these.
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/main.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index 8047c6b..6ae9f78 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -17,9 +17,9 @@ $body-width: 835px; $border-main: 5px solid; $border-nav: $border-main $color-main-grey; $border-dark: $border-main $color-dark-grey; -$font-title: Montserrat, sans-serif; -$font-body: Lato, sans-serif; -$font-code: "Fira Code", monospace; +$font-title: sans-serif; +$font-body: sans-serif; +$font-code: monospace; html { background: $color-main-bg; |
