From 2db1b7fb7f663092f2b58255b2a81fade4f5850a Mon Sep 17 00:00:00 2001 From: Jixun Wu 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: {