diff options
| author | Paul Buetow <paul@buetow.org> | 2022-05-29 09:19:58 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-05-29 09:19:58 +0100 |
| commit | 86158722e098811e91172e4041aedca4eabed473 (patch) | |
| tree | 61549918d79a8a4a52431ecae21ac9d8ae9c9083 | |
| parent | 49eb96c792bce25302640a7fd8a5085d737f93a6 (diff) | |
update
| -rw-r--r-- | notes/style-override.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/notes/style-override.css b/notes/style-override.css index 14a911ee..b5953b41 100644 --- a/notes/style-override.css +++ b/notes/style-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; } |
