the CSS is now slightly less broken (<li> now has the right font)

This commit is contained in:
askiiart 2024-03-20 17:33:12 -05:00
parent ebbd2bef19
commit 7472397ab1
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -33,6 +33,10 @@ body {
padding: 0 .62em;
}
li {
font-family: 'Atkinson Hyperlegible';
}
p,
footer {
font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;