From e5fe4deefbf9791b01309d4aefba94bcb7e3da24 Mon Sep 17 00:00:00 2001 From: 2nthony Date: Sat, 6 Jan 2024 21:52:01 +0800 Subject: [PATCH] fix: font weight to 400 (#65) --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 56ebb1c..bdad04f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -149,7 +149,7 @@ .html-body { /* base font */ font-size: 14px; - font-weight: 500; + font-weight: 400; line-height: 20px; word-break: normal;