diff options
author | 2025-04-02 12:09:05 -0400 | |
---|---|---|
committer | 2025-04-02 12:09:05 -0400 | |
commit | 857e82c3d613a23c8b74b6b42754618b8de57398 (patch) | |
tree | cb0a5f3ae0c33356255f325be1e84b6e41013eee /notekins | |
parent | d854801c8764311a28289631b06207411483a7da (diff) | |
download | web-857e82c3d613a23c8b74b6b42754618b8de57398.tar.xz |
Diffstat (limited to 'notekins')
-rw-r--r-- | notekins/nksext.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index e7e90d5..f567122 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -8,7 +8,10 @@ margin:1em; } div#postslist > div.TText { - font-family: "Delius Swash Caps", Verdana, sans-serif; + font-family: "Soon", Verdana, sans-serif; +} +code { + font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; } span.left { display: table-cell; |