diff --git a/site/static/global.css b/site/static/global.css index a50a90e3fd..c7c674ee84 100644 --- a/site/static/global.css +++ b/site/static/global.css @@ -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); */ }