From 49eb96c792bce25302640a7fd8a5085d737f93a6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 May 2022 08:36:14 +0100 Subject: add notes --- notes/style-override.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 notes/style-override.css (limited to 'notes') diff --git a/notes/style-override.css b/notes/style-override.css new file mode 100644 index 00000000..14a911ee --- /dev/null +++ b/notes/style-override.css @@ -0,0 +1,19 @@ +body { + font-family: handnotes, monospace; +} + +h1, h2, h3 { + font-family: typewriter, monospace; +} + +a { + font-family: typewriter, monospace; +} + +p.quote { + font-family: typewriter, monospace; +} + +pre { + font-family: typewriter, monospace; +} -- cgit v1.2.3