Quick css adjustment on sans-serif config (#2073)

This commit is contained in:
Ben Halpern 2019-03-15 13:48:18 -04:00 committed by GitHub
parent d6ab255a45
commit 73f5873e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,9 @@ body.night-theme {
}
body.sans-serif-article-body {
.body {
font-family: $helvetica;
}
.body p {
font-family: $helvetica;
font-size: 0.98em;