From: Mark Wooding Date: Thu, 20 May 2021 17:35:53 +0000 (+0100) Subject: firefox/chrome-userContent.css: Set headings in sans. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/16d7027312560d30b6ea5d4fc130a4cd3e01564b firefox/chrome-userContent.css: Set headings in sans. --- diff --git a/firefox/chrome-userContent.css b/firefox/chrome-userContent.css index a65e620..6db2930 100644 --- a/firefox/chrome-userContent.css +++ b/firefox/chrome-userContent.css @@ -21,6 +21,8 @@ } blockquote { padding-inline-start: 30px !important; } p, li { padding: 0 !important; } + + h1, h2, h3, h4 { font-family: sans-serif; !important; } } @-moz-document url-prefix("about:blank") {