From 3f59425c51dae94462f55a0360e36f819a05e8eb Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 6 May 2023 12:43:37 +0800 Subject: [PATCH] Update font --- src/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.css b/src/styles/main.css index 1153154..523a49d 100755 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -8,7 +8,7 @@ body, margin: 0; padding: 0; overflow-y: auto; - font-family: "LXGW WenKai Lite", sans-serif; + font-family: "LXGW WenKai Screen R", sans-serif; } html.dark {