summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}