diff options
| author | Paul Buetow <paul@buetow.org> | 2022-07-02 18:06:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-07-02 18:06:13 +0300 |
| commit | 30f00fa694280a7eaa23c20affba22bd14b91739 (patch) | |
| tree | e740fee1f38945578b1c841662134c9e2fb2aadd /extras/html/style-notes-override.css | |
| parent | 4568e15116c06897986090f1b73a419caf129002 (diff) | |
refactor the HTML extras sub-directory
Diffstat (limited to 'extras/html/style-notes-override.css')
| -rw-r--r-- | extras/html/style-notes-override.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extras/html/style-notes-override.css b/extras/html/style-notes-override.css new file mode 100644 index 0000000..b5953b4 --- /dev/null +++ b/extras/html/style-notes-override.css @@ -0,0 +1,23 @@ +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; +} |
