From ecfa7025b21cde9edbda5e1f9aff544fad03582c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 12 Jan 2024 23:03:53 +0100 Subject: [PATCH] Change font to Noto Sans --- sass/_fonts.scss | 2 +- sass/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_fonts.scss b/sass/_fonts.scss index a903c61..94dba02 100644 --- a/sass/_fonts.scss +++ b/sass/_fonts.scss @@ -1 +1 @@ -@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap'); diff --git a/sass/style.scss b/sass/style.scss index c308b0b..117995b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -14,7 +14,7 @@ html, body, h1, h2, h3, p, ul, li { } body { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; font-size: 16px; color: $col-fg-0-light;