diff options
Diffstat (limited to 'htmlextras/style-notes-override.css')
| -rw-r--r-- | htmlextras/style-notes-override.css | 19 |
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; +} |
