From 0b82c4cf858bcedbba04b77dfaa01c16f65d4fb5 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Mon, 23 Jun 2025 10:07:39 +0800 Subject: [PATCH] Changed to Georgia for clarity on screen. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8be549b..7ea9c5c 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ html { } body { - font-family: "Palatino", "Georgia", Times, serif; + font-family: "Georgia", Times, serif; background-color: #f9f5d7; color: #282828; line-height: 1.4;