diff options
-rw-r--r-- | common.css | 4 | ||||
-rw-r--r-- | notekins/nksext.css | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -7,8 +7,8 @@ src: url('https://filestorage.chrisoft.org/rocksalt.woff'); } @font-face{ - font-family: 'Delius Swash Caps'; - src: url('https://filestorage.chrisoft.org/DeliusSwashCaps-Regular.woff'); + font-family: 'Soon'; + src: url('https://filestorage.chrisoft.org/soon.woff'); } .CTitle{ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; 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; |