From 039289cbd8be498757b99dab09d9aeb6cd4e020b Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Mon, 30 Jun 2025 15:35:46 +0800 Subject: [PATCH] Roll back the paper link font to Georgia. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e663db9..baf083d 100755 --- a/style.css +++ b/style.css @@ -44,7 +44,7 @@ a { } .paperlink { - font-family: "American Typewriter", "Courier", "Georgia", Times, serif; + font-family: "Georgia", Times, serif; color: #9d0006; text-decoration: none; }