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;