summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorIsaac Kim <snakeisaac@gmail.com>2022-08-31 16:02:51 -0400
committerIsaac Kim <snakeisaac@gmail.com>2022-08-31 16:02:51 -0400
commitdb96a28be71373866a969af160b82b1db65d5f3c (patch)
tree4766cbd235d4e8fabbdd817d9671bf56e400be0e /css
parentf47401ca3db53b40a0e537370f76ab9553aa8d43 (diff)
Merge old and new sites
Diffstat (limited to 'css')
-rw-r--r--css/style.css17
1 files changed, 11 insertions, 6 deletions
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 */