summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/style-override.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/notes/style-override.css b/notes/style-override.css
deleted file mode 100644
index b5953b41..00000000
--- a/notes/style-override.css
+++ /dev/null
@@ -1,23 +0,0 @@
-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;
-}