From aaa8f7d94e96d3d42e2c5476f19c245b6bfc3af1 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Wed, 22 Feb 2023 23:40:16 +0800
Subject: [PATCH] Let's yolo try this ui-* fonts

---
 src/index.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/index.css b/src/index.css
index 15b128ff..479d565e 100644
--- a/src/index.css
+++ b/src/index.css
@@ -85,8 +85,7 @@
 }
 
 body {
-  font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular',
-    sans-serif;
+  font-family: ui-rounded, system-ui;
   font-size: 16px;
   word-wrap: break-word;
   overflow-wrap: break-word;
@@ -267,8 +266,8 @@ pre {
 pre code,
 code {
   font-size: 90%;
-  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
-    monospace;
+  font-family: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono',
+    Menlo, Courier, monospace;
 }
 
 @media (prefers-color-scheme: dark) {