fixed article fonts too
This commit is contained in:
parent
bbb4f9d573
commit
ae5596b86d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue