summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:36:14 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:36:14 +0100
commit49eb96c792bce25302640a7fd8a5085d737f93a6 (patch)
tree702fd77d79214dc7dd7e7ff8c6725987fcda2eb6 /notes
parentf9b934d247dae299b7109ba3b345a8e39179857f (diff)
add notes
Diffstat (limited to 'notes')
-rw-r--r--notes/style-override.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/notes/style-override.css b/notes/style-override.css
new file mode 100644
index 00000000..14a911ee
--- /dev/null
+++ b/notes/style-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;
+}