rolling.css: Use a sans face unconditionally in headings.
[dep-ui] / 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;