From db96a28be71373866a969af160b82b1db65d5f3c Mon Sep 17 00:00:00 2001 From: Isaac Kim Date: Wed, 31 Aug 2022 16:02:51 -0400 Subject: Merge old and new sites --- css/style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index a50595f..f5e0f2d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,16 +1,23 @@ /* Global Styling */ +@import url('https://rsms.me/inter/inter.css'); html { - background-color: #ecfeda; + background-color: #d1f7ff; + font-family: "Inter", sans-serif; + +} + +@supports (font-variation-settings: normal) { + html { + font-family: "Inter var", sans-serif; + } } body { display: flex; color: #333; - font-family: classico-urw, sans-serif; - font-weight: 400; - font-style: normal; + } #nav { @@ -65,8 +72,6 @@ hr { margin-bottom: 0.25rem; } - - /* Cool Button */ /* CSS Button - https://getcssscan.com/css-buttons-examples UIForms #74 */ -- cgit v1.2.3-70-g09d2