From 819abc102fa15bc1b487703b90fe537d33c5c202 Mon Sep 17 00:00:00 2001 From: Evan <38150833+beigebeats@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:09:21 -0800 Subject: added wip page and adjusted font sizes --- styles.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'styles.css') 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; } -- cgit v1.2.3