1
0
Fork 0

fix fonts and their sizes

This commit is contained in:
Lyssa Pierce 2024-12-11 09:52:34 -05:00
parent 01bbee6b13
commit 525265bf2d
1 changed files with 6 additions and 2 deletions

View File

@ -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. */