summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2023-06-07 09:58:38 +0800
committerAutomatic Merge <andrew+automerge@andrewyu.org>2023-07-15 00:31:13 +0800
commit8808a4bd7f91c09c0b946b73dc40eb40e1e4917c (patch)
tree9565a1d8cc47c0bdbb5bb50f26ad4d5e5efd0ce2
parentf5992632ccf7a0162dfda85dfe2d4407e796dbe9 (diff)
downloadwww-8808a4bd7f91c09c0b946b73dc40eb40e1e4917c.tar.gz
Fandol Song
-rw-r--r--plain.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/plain.css b/plain.css
index 1da0229..cea1393 100644
--- a/plain.css
+++ b/plain.css
@@ -1,9 +1,10 @@
 @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", serif;
+	font-family: "Latin Modern Roman", "FandolSong", serif;
 }
 
 .copyright {