diff options
author | 2025-04-02 12:00:22 -0400 | |
---|---|---|
committer | 2025-04-02 12:00:22 -0400 | |
commit | 1237b3cf0d5aa4bffd68bf7f8980d9110f35fc07 (patch) | |
tree | 16da104d808bf871ecac7f0a6cf7c1829cd1eac3 | |
parent | 770f1d0a7dbd09dada9b26aa0269aa93243e0217 (diff) | |
download | web-1237b3cf0d5aa4bffd68bf7f8980d9110f35fc07.tar.xz |
Font testing
-rw-r--r-- | common.css | 4 | ||||
-rw-r--r-- | notekins/nksext.css | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,10 @@ font-family: 'rocksalt'; src: url('https://filestorage.chrisoft.org/rocksalt.woff'); } +@font-face{ + font-family: 'Delius Swash Caps'; + src: url('https://filestorage.chrisoft.org/DeliusSwashCaps-Regular.woff'); +} .CTitle{ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; font-variant-ligatures: none; diff --git a/notekins/nksext.css b/notekins/nksext.css index 8379b22..6e2179d 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -7,6 +7,10 @@ #panel p { margin:1em; } +div.postlist > div.TText { + font-family: "Delius Swash Caps", Verdana, sans-serif; + font-variant-ligatures: none; +} span.left { display: table-cell; text-align: left; |