fixed article fonts too
This commit is contained in:
parent
bbb4f9d573
commit
ae5596b86d
|
@ -47,7 +47,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
|
font-family: serif;
|
||||||
background-color: #eff1f5;
|
background-color: #eff1f5;
|
||||||
color: #1e1e2e;
|
color: #1e1e2e;
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in New Issue