瀏覽代碼

chore: Change Default Font

MystiPanda 1 年之前
父節點
當前提交
6b02696aa8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/_theme.tsx

+ 1 - 1
src/pages/_theme.tsx

@@ -12,7 +12,7 @@ export const defaultTheme = {
   warning_color: "#FF9500",
   success_color: "#34C759",
   background_color: "#f5f5f5",
-  font_family: `"Roboto", "Helvetica", "Arial", sans-serif, ${
+  font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", ${
     OS === "windows" ? "twemoji mozilla" : ""
   }`,
 };