Michael Wang 3 жил өмнө
parent
commit
6a089a7b03
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -31,8 +31,8 @@ watchEffect(() => {
 
 <style>
 #app {
-  font-family: "PingFang SC", tahoma, arial, "Hiragino Sans GB", "宋体",
-    sans-serif;
+  font-family: "PingFang SC", tahoma, "Hiragino Sans GB", "宋体", "微软雅黑",
+    arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   background-color: var(--app-main-bg-color);