summaryrefslogtreecommitdiff
path: root/notes/style-override.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:32:45 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:32:45 +0100
commit219820da6e595e50d67a01365b73883600e662df (patch)
tree09716ab23eca07b395eca77e1489ebe1e7230b1e /notes/style-override.css
parent092f67203b75e3256a6e1c9f50cbe76a97ba4eee (diff)
override styles
Diffstat (limited to 'notes/style-override.css')
-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;
+}