Roll back the paper link font to Georgia.

This commit is contained in:
2025-06-30 15:35:46 +08:00
parent 1da079b430
commit 039289cbd8

View File

@@ -44,7 +44,7 @@ a {
}
.paperlink {
font-family: "American Typewriter", "Courier", "Georgia", Times, serif;
font-family: "Georgia", Times, serif;
color: #9d0006;
text-decoration: none;
}