From 6f733864b7382e97ece4aaeaacf48aa814653cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Fri, 22 Dec 2023 10:32:26 +0000 Subject: [PATCH] fix: mono font styling --- src/theme.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 53ffc0c..dfb84d6 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -11,8 +11,9 @@ export const theme = extendTheme({ ].join(','), mono: [ 'SFMono-Regular,Menlo,Monaco', - '"Sarasa Mono CJK SC",', + '"Sarasa Mono CJK SC"', 'Consolas,"Liberation Mono","Courier New",monospace', + '"Microsoft YaHei UI"', ].join(','), }, components: {