summaryrefslogtreecommitdiff
path: root/extras/html/style-notes-override.css
diff options
context:
space:
mode:
Diffstat (limited to 'extras/html/style-notes-override.css')
-rw-r--r--extras/html/style-notes-override.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/extras/html/style-notes-override.css b/extras/html/style-notes-override.css
new file mode 100644
index 0000000..b5953b4
--- /dev/null
+++ b/extras/html/style-notes-override.css
@@ -0,0 +1,23 @@
+body {
+ font-family: handnotes, monospace;
+}
+
+h1, h2, h3 {
+ font-family: handnotes, monospace;
+}
+
+a {
+ font-family: typewriter, monospace;
+}
+
+p.quote {
+ font-family: typewriter, monospace;
+}
+
+ul {
+ font-family: typewriter, monospace;
+}
+
+pre {
+ font-family: typewriter, monospace;
+}