summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 09:19:58 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 09:19:58 +0100
commit86158722e098811e91172e4041aedca4eabed473 (patch)
tree61549918d79a8a4a52431ecae21ac9d8ae9c9083
parent49eb96c792bce25302640a7fd8a5085d737f93a6 (diff)
update
-rw-r--r--notes/style-override.css6
1 files changed, 5 insertions, 1 deletions
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;
}