From 71130358d0e256934f17b76e6e3e94d54d2f5d90 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sun, 29 Jun 2025 09:01:29 +0800 Subject: [PATCH] Try American Typewritter --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0377d12..e663db9 100755 --- a/style.css +++ b/style.css @@ -44,7 +44,7 @@ a { } .paperlink { - font-family: "Courier", "American Typewriter", "Georgia", Times, serif; + font-family: "American Typewriter", "Courier", "Georgia", Times, serif; color: #9d0006; text-decoration: none; }