Switch to a serif font stack
This commit is contained in:
parent
24e88e98a7
commit
60f01386c6
28
style.css
28
style.css
@ -489,16 +489,24 @@ big {
|
||||
Fonts
|
||||
*/
|
||||
body {
|
||||
font-family: system-ui,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
Roboto,
|
||||
Oxygen-Sans,
|
||||
Ubuntu,
|
||||
Cantarell,
|
||||
"Helvetica Neue",
|
||||
sans-serif;
|
||||
font-family:
|
||||
"Palatino Linotype",
|
||||
Palatino,
|
||||
Palladio,
|
||||
"URW Palladio L",
|
||||
"Book Antiqua",
|
||||
Baskerville,
|
||||
"Bookman Old Style",
|
||||
"Bitstream Charter",
|
||||
"Nimbus Roman No9 L",
|
||||
Garamond,
|
||||
"Apple Garamond",
|
||||
"ITC Garamond Narrow",
|
||||
"New Century Schoolbook",
|
||||
"Century Schoolbook",
|
||||
"Century Schoolbook L",
|
||||
Georgia,
|
||||
serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
|
Loading…
Reference in New Issue
Block a user