diff options
author | 2025-04-02 12:04:37 -0400 | |
---|---|---|
committer | 2025-04-02 12:04:37 -0400 | |
commit | d854801c8764311a28289631b06207411483a7da (patch) | |
tree | c5f59a5b75a2ab5c79d8369af7c06c75e5da683c | |
parent | 1237b3cf0d5aa4bffd68bf7f8980d9110f35fc07 (diff) | |
download | web-d854801c8764311a28289631b06207411483a7da.tar.xz |
Apparently I'm blind.
-rw-r--r-- | notekins/nksext.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index 6e2179d..e7e90d5 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -7,9 +7,8 @@ #panel p { margin:1em; } -div.postlist > div.TText { +div#postslist > div.TText { font-family: "Delius Swash Caps", Verdana, sans-serif; - font-variant-ligatures: none; } span.left { display: table-cell; @@ -19,6 +18,7 @@ span.left { white-space: nowrap; } span.right { + font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; display: table-cell; text-align: right; white-space: nowrap; |