From 4817eddc2a1db89448780985571c908a46a8ddeb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 14 Aug 2023 22:45:57 +0800 Subject: [PATCH] Get rid of system-ui --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index c5d5cb4e..8a4af70f 100644 --- a/src/index.css +++ b/src/index.css @@ -111,7 +111,8 @@ html { } body { - font-family: ui-rounded, system-ui; + font-family: ui-rounded, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, + Ubuntu, Cantarell, Noto Sans, sans-serif; font-size: var(--text-size); word-wrap: break-word; overflow-wrap: break-word;