summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorEvan <38150833+beigebeats@users.noreply.github.com>2023-12-14 23:09:21 -0800
committerEvan <38150833+beigebeats@users.noreply.github.com>2023-12-14 23:09:21 -0800
commit819abc102fa15bc1b487703b90fe537d33c5c202 (patch)
treec8d4be4af1937ceb28f52b3c9eec496676782f43 /styles.css
parenta17f65bd34f8b330011dd4fc29a0e589c488eba7 (diff)
added wip page and adjusted font sizes
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/styles.css b/styles.css
index 32fb5cf..63da312 100644
--- a/styles.css
+++ b/styles.css
@@ -3,6 +3,11 @@
src: url("fonts/JosefinSans-VariableFont_wght.ttf");
src: url("fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
}
+@font-face {
+ font-family: "Josefin Slab";
+ src: url("fonts/JosefinSlab-VariableFont_wght.ttf");
+ src: url("fonts/JosefinSlab-VariableFont_wght.ttf") format("truetype");
+}
* {
margin: 0px;
padding: 0px;
@@ -14,19 +19,19 @@
body {
font-family: "Josefin Slab";
- font-weight: 400;
+ font-weight: 300;
color: #27327b;
}
a {
font-family: "Josefin Sans";
- font-weight: 400;
+ font-weight: 300;
color: #27327b;
}
h1, h2, h3, h4, h5 {
font-family: "Josefin Sans";
- font-weight: 700;
+ font-weight: 500;
color: #27327b;
}
@@ -101,7 +106,7 @@ small {
}
.menu-container .menu-wrapper li a {
text-decoration: none;
- font-weight: 700;
+ font-weight: 500;
font-size: 15vmin;
color: #27327b;
}