From fccff279736f1c8f2e20e113d000031bd68b8fc6 Mon Sep 17 00:00:00 2001 From: Tomoki Morita Date: Wed, 4 Oct 2023 21:39:57 +0900 Subject: [PATCH] update body font-family --- src/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base.css b/src/styles/base.css index 8b46573..d47e0e4 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -8,7 +8,7 @@ body { background-color: rgb(var(--gray-800)); color: rgb(var(--gray-400)); cursor: default; - font-family: ui-sans-serif, system-ui, Arial, sans-serif; + font-family: system-ui, Arial, sans-serif; font-size: 1.0625rem; line-height: inherit; }