fix fonts and their sizes
This commit is contained in:
parent
01bbee6b13
commit
525265bf2d
|
@ -48,11 +48,15 @@ h4 {
|
||||||
font-family: "GoodOldDOS", sans-serif;
|
font-family: "GoodOldDOS", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
font-family: "GoodOldDOS", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "Oswald", sans-serif;
|
font-family: "Oswald", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
#zen-requirements {
|
||||||
font-family: "Oswald", sans-serif;
|
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*/
|
/*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 {
|
#zen-requirements::after {
|
||||||
content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
|
content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa::aaaaaaaaaaaaaaaaaaaaaaaaaaa";
|
||||||
color: #000;
|
color: #000;
|
||||||
color: rgba(0, 0, 0, 0);
|
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. */
|
/* 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. */
|
||||||
|
|
Loading…
Reference in New Issue