summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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 */