From 16d7027312560d30b6ea5d4fc130a4cd3e01564b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 May 2021 18:35:53 +0100 Subject: [PATCH] firefox/chrome-userContent.css: Set headings in sans. --- firefox/chrome-userContent.css | 2 ++ 1 file changed, 2 insertions(+) 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") { -- 2.11.0