From 525265bf2d64671694a57e22b769769d8887f15c Mon Sep 17 00:00:00 2001 From: Alyssa Pierce Date: Wed, 11 Dec 2024 09:52:34 -0500 Subject: [PATCH] fix fonts and their sizes --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 66ee5ee..d2e8a17 100755 --- a/style.css +++ b/style.css @@ -48,11 +48,15 @@ h4 { font-family: "GoodOldDOS", sans-serif; } +nav { + font-family: "GoodOldDOS", sans-serif; +} + p { font-family: "Oswald", sans-serif; } -li { +#zen-requirements { font-family: "Oswald", sans-serif; } @@ -116,7 +120,7 @@ aside { /*i didn't really end up using most of the code that was given by ChatGPT, but I'll keep the attribution here because it did help me lean a lil*/ #zen-requirements::after { - content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; + content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::aaaaaaaaaaaaaaaaaaaaaaaaaaa"; color: #000; color: rgba(0, 0, 0, 0); /* this is a HORRIBLE solution, but forwhatever godforsaken reason, this WONT display without text in the content. So we give it what it wants, but then hide it. */