From 190da8ffe4460f79ede1b2d74db06466a5e9cb3a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 May 2022 09:08:21 +0100 Subject: new notes override --- htmlextras/style-notes-override.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htmlextras/style-notes-override.css b/htmlextras/style-notes-override.css index 14a911e..b5953b4 100644 --- a/htmlextras/style-notes-override.css +++ b/htmlextras/style-notes-override.css @@ -3,7 +3,7 @@ body { } h1, h2, h3 { - font-family: typewriter, monospace; + font-family: handnotes, monospace; } a { @@ -14,6 +14,10 @@ p.quote { font-family: typewriter, monospace; } +ul { + font-family: typewriter, monospace; +} + pre { font-family: typewriter, monospace; } -- cgit v1.2.3