From 79eae8f68ad6d47853a072ff9135d510e4a4d455 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 7 Jan 2021 21:26:05 +0000 Subject: [PATCH] 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. --- rolling.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.11.0