diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-06-07 11:10:19 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:14 +0800 |
commit | 45c9e9706ec02f7cc4803d91aef473b07c017b48 (patch) | |
tree | f302cdd0ea1c2984ad07ae57bca3eaaa18ddb986 | |
parent | 1e89c362db17c0cc4824f4a759d5045a8a797726 (diff) | |
download | www-45c9e9706ec02f7cc4803d91aef473b07c017b48.tar.gz |
Use default fonts
-rw-r--r-- | plain.css | 5 |
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 { |