From: Mark Wooding Date: Thu, 7 Jan 2021 21:26:05 +0000 (+0000) Subject: rolling.css: Use a sans face unconditionally in headings. X-Git-Url: https://git.distorted.org.uk/~mdw/dep-ui/commitdiff_plain/79eae8f68ad6d47853a072ff9135d510e4a4d455 rolling.css: Use a sans face unconditionally in headings. This matches my style elsewhere. Body text still uses the user's expressed preference -- of course. --- diff --git a/rolling.css b/rolling.css index a1bbca5..b8e1a0a 100644 --- a/rolling.css +++ b/rolling.css @@ -13,6 +13,9 @@ h1 + h2, h2:first-child { border-top-style: hidden; margin-top: 2ex; } +h1, h2, h3 { + font-family: sans-serif; +} .widgets { float: left; width: auto;