From 857e82c3d613a23c8b74b6b42754618b8de57398 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 2 Apr 2025 12:09:05 -0400 Subject: I don't like the I of the other font... --- notekins/nksext.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'notekins') 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; -- cgit v1.2.3