diff --git a/assets/fonts/Nunito-Italic-VariableFont_wght.ttf b/assets/fonts/Nunito-Italic-VariableFont_wght.ttf deleted file mode 100644 index 6a58fbfd..00000000 Binary files a/assets/fonts/Nunito-Italic-VariableFont_wght.ttf and /dev/null differ diff --git a/assets/fonts/Nunito-VariableFont_wght.ttf b/assets/fonts/Nunito-VariableFont_wght.ttf deleted file mode 100644 index 87c50a8b..00000000 Binary files a/assets/fonts/Nunito-VariableFont_wght.ttf and /dev/null differ diff --git a/blog/css/style-blog.css b/blog/css/style-blog.css index fab677e3..d8caca00 100644 --- a/blog/css/style-blog.css +++ b/blog/css/style-blog.css @@ -1,18 +1,4 @@ -@font-face { - font-family: 'Nunito'; - src: url('/assets/fonts/Nunito-VariableFont_wght.ttf') format("truetype"); - font-weight: 125 950; - font-stretch: 75% 125%; - font-style: normal; -} - -@font-face { - font-family: 'Nunito'; - src: url('/assets/fonts/Nunito-Italic-VariableFont_wght.ttf') format("truetype"); - font-weight: 125 950; - font-stretch: 75% 125%; - font-style: italic; -} +@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap'); /* CSS RESET */ /* Box sizing rules */ @@ -100,7 +86,7 @@ body { background-size: cover; background-attachment: fixed; font-size: 1.3rem; - font-family: 'Nunito', Arial, sans-serif; + font-family: 'Noto Sans', Arial, sans-serif; min-height: 100vh; display: flex; align-items: center; diff --git a/changelog/index.html b/changelog/index.html index 4e42e8c3..6306d0d0 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -52,6 +52,7 @@

3 October 2023:

diff --git a/css/style-main.css b/css/style-main.css index aaaadefd..41557f31 100644 --- a/css/style-main.css +++ b/css/style-main.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap'); + :root { --clr-body-bg: #08031A; --img-body-bg: url('/assets/starsforever.png'); @@ -26,22 +28,8 @@ --clr-navbar-link: white; --clr-main-footer-bg: #13092D; -} -@font-face { - font-family: 'Nunito'; - src: url('/assets/fonts/Nunito-VariableFont_wght.ttf') format("truetype"); - font-weight: 125 950; - font-stretch: 75% 125%; - font-style: normal; -} - -@font-face { - font-family: 'Nunito'; - src: url('/assets/fonts/Nunito-Italic-VariableFont_wght.ttf') format("truetype"); - font-weight: 125 950; - font-stretch: 75% 125%; - font-style: italic; + --ff-primary: 'Noto Sans'; } /* CSS RESET */ @@ -127,7 +115,7 @@ body { display: flex; align-items: center; flex-direction: column; - font-family: 'Nunito', Arial, Helvetica, sans-serif; + font-family: var(--ff-primary), Arial, Helvetica, sans-serif; color: var(--clr-body-txt); background-color: var(--clr-body-bg); background-image: var(--img-body-bg); diff --git a/home.html b/home.html index a57a9a32..43ff8573 100644 --- a/home.html +++ b/home.html @@ -72,6 +72,7 @@

3 October 2023:

View all site changelog