summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htmlextras/style-notes-override.css6
1 files changed, 5 insertions, 1 deletions
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;
}