From a7ce603d37c60a9bed5d0f357ce0383686b85495 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 May 2022 09:07:49 +0100 Subject: new override --- notes/style-override.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notes/style-override.css b/notes/style-override.css index 14a911ee..b5953b41 100644 --- a/notes/style-override.css +++ b/notes/style-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