summaryrefslogtreecommitdiff
path: root/htmlextras/style-notes-override.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
commit252432fae23e58f97b825f855ece4f6e8e1cf39f (patch)
treea21858b275f171b8d31a41915ee1b996b5de79e0 /htmlextras/style-notes-override.css
parent7ab29e00e7b8ed9327c277592ba2f84ff04277eb (diff)
add notes section - can override CSS styles by section
Diffstat (limited to 'htmlextras/style-notes-override.css')
-rw-r--r--htmlextras/style-notes-override.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/htmlextras/style-notes-override.css b/htmlextras/style-notes-override.css
new file mode 100644
index 0000000..14a911e
--- /dev/null
+++ b/htmlextras/style-notes-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;
+}