Update global.css

Added `sans-serif` fallback to `Roboto` on `p, ol, ul`-elements to avoid the initial flashing of `Times New Roman` on loads and reloads.
pull/1944/head
fiskgrodan 6 years ago committed by GitHub
parent 3701e0d582
commit 6b9f81fa25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,7 +233,7 @@ h1 { font-size: var(--h1) }
p, ol, ul {
line-height: 1.5;
margin: 0 0 1em 0;
font-family: Roboto;
font-family: Roboto, sans-serif;
-webkit-font-smoothing: antialiased;
/* font-family: var(--font-system); */
}

Loading…
Cancel
Save