diff options
-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; |