summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2023-06-07 11:10:19 +0800
committerAutomatic Merge <andrew+automerge@andrewyu.org>2023-07-15 00:31:14 +0800
commit45c9e9706ec02f7cc4803d91aef473b07c017b48 (patch)
treef302cdd0ea1c2984ad07ae57bca3eaaa18ddb986
parent1e89c362db17c0cc4824f4a759d5045a8a797726 (diff)
downloadwww-45c9e9706ec02f7cc4803d91aef473b07c017b48.tar.gz
Use default fonts
-rw-r--r--plain.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/plain.css b/plain.css
index cea1393..8041dad 100644
--- a/plain.css
+++ b/plain.css
@@ -1,10 +1,7 @@
-@import "https://static.andrewyu.org/css/lmodern10.css";
-@import "https://static.andrewyu.org/css/fandol.css";
-
 body {
 	background-color: #F8F4E7;
 	color: #552800;
-	font-family: "Latin Modern Roman", "FandolSong", serif;
+	font-family: serif;
 }
 
 .copyright {