From ddedcf79751b62c22c5c0a2fe4079db71e69e0b5 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 11 Dec 2022 13:09:32 +0800 Subject: [PATCH] default 16px font size --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index c796cc4..79597a4 100644 --- a/src/index.css +++ b/src/index.css @@ -58,7 +58,7 @@ body { font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif; - font-size: 15px; + font-size: 16px; word-wrap: break-word; overflow-wrap: break-word; }