From 8d5af3ce579285854ac1ea314280a59ec7918018 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sun, 29 Jun 2025 09:00:08 +0800 Subject: [PATCH] Added variety of fonts. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 5976160..0377d12 100755 --- a/style.css +++ b/style.css @@ -44,6 +44,7 @@ a { } .paperlink { + font-family: "Courier", "American Typewriter", "Georgia", Times, serif; color: #9d0006; text-decoration: none; } @@ -90,6 +91,7 @@ ul#course { width: 100%; /* Full width */ text-align: center; + font-family: "Optima", "Georgia", Times, serif; font-weight: bold; -webkit-text-size-adjust: 150%; }