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