fixed article fonts too

This commit is contained in:
Rudis Muiznieks 2024-10-21 14:34:21 -05:00
parent bbb4f9d573
commit ae5596b86d
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ table {
}
body {
font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
font-family: serif;
background-color: #eff1f5;
color: #1e1e2e;
}
@ -98,7 +98,7 @@ img {
}
code {
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
font-family: monospace;
}
pre {