fixed font size things caused by prior font size change

This commit is contained in:
Pagwin 2025-01-08 20:11:12 -05:00
parent 896db34122
commit d7a36d0f84
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -76,11 +76,24 @@ dt {
} }
/*font sizes*/ /*font sizes*/
h1 { h1 {
font-size:1.95rem; font-size:1.2em;
} }
h2 { h2 {
font-size: 1.65rem; font-size: 0.9em;
} }
h3 {
font-size: 0.8em;
}
h4 {
font-size: 0.65em;
}
h5 {
font-size: 0.6em;
}
ul, ol {
font-size: calc(2em/3);
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
/*I want serifs dangit*/ /*I want serifs dangit*/
font-family: "Courier Prime", Georgia, serif; font-family: "Courier Prime", Georgia, serif;