rolling.css: Use a sans face unconditionally in headings.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 Jan 2021 21:26:05 +0000 (21:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 7 Jan 2021 21:26:05 +0000 (21:26 +0000)
This matches my style elsewhere.  Body text still uses the user's
expressed preference -- of course.

rolling.css

index a1bbca5..b8e1a0a 100644 (file)
@@ -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;