Added variety of fonts.

This commit is contained in:
2025-06-29 09:00:08 +08:00
parent f6b9bc2921
commit 8d5af3ce57

View File

@@ -44,6 +44,7 @@ a {
} }
.paperlink { .paperlink {
font-family: "Courier", "American Typewriter", "Georgia", Times, serif;
color: #9d0006; color: #9d0006;
text-decoration: none; text-decoration: none;
} }
@@ -90,6 +91,7 @@ ul#course {
width: 100%; width: 100%;
/* Full width */ /* Full width */
text-align: center; text-align: center;
font-family: "Optima", "Georgia", Times, serif;
font-weight: bold; font-weight: bold;
-webkit-text-size-adjust: 150%; -webkit-text-size-adjust: 150%;
} }