diff options
| author | Paul Buetow <paul@buetow.org> | 2022-05-29 09:08:21 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-05-29 09:08:21 +0100 |
| commit | 190da8ffe4460f79ede1b2d74db06466a5e9cb3a (patch) | |
| tree | bca73c0e32098badfcaa7f6066baab95b8b1f51a | |
| parent | 05760b5505df4356e5b076a3e6bf0fd0056e052f (diff) | |
new notes override
| -rw-r--r-- | htmlextras/style-notes-override.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htmlextras/style-notes-override.css b/htmlextras/style-notes-override.css index 14a911e..b5953b4 100644 --- a/htmlextras/style-notes-override.css +++ b/htmlextras/style-notes-override.css @@ -3,7 +3,7 @@ body { } h1, h2, h3 { - font-family: typewriter, monospace; + font-family: handnotes, monospace; } a { @@ -14,6 +14,10 @@ p.quote { font-family: typewriter, monospace; } +ul { + font-family: typewriter, monospace; +} + pre { font-family: typewriter, monospace; } |
