From fa83ccce635ec65d535cab0b1c9f01aca9d2a7e7 Mon Sep 17 00:00:00 2001 From: tay Date: Sat, 21 Sep 2024 18:05:30 -0400 Subject: [PATCH] Simply commented the old font, Incase i need it. --- public/assets/css/style.css | 13 +++++++++++++ static/assets/css/style.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 93ab143..2930932 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -9,6 +9,19 @@ body { text-align: center; background-color: #36454F; } + +/* @import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap'); + +body { + font-family: 'Shantell Sans', sans-serif; + font-size: 16px; + font-weight: 300; + color: #888; + line-height: 30px; + text-align: center; + background-color: #36454F; +} */ + * { box-sizing: border-box; } diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 93ab143..2930932 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -9,6 +9,19 @@ body { text-align: center; background-color: #36454F; } + +/* @import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap'); + +body { + font-family: 'Shantell Sans', sans-serif; + font-size: 16px; + font-weight: 300; + color: #888; + line-height: 30px; + text-align: center; + background-color: #36454F; +} */ + * { box-sizing: border-box; }