浏览代码

修改字体

bhikkhu-kosalla-china 3 年之前
父节点
当前提交
ac68ae3570
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      theme/css/general.css

+ 1 - 1
theme/css/general.css

@@ -9,7 +9,7 @@
 
 
 html {
-    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", "ATaiThamKHNewV3-Normal", Arial, Verdana;
+    font-family: "Open Sans", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", "ATaiThamKHNewV3-Normal", Arial, Verdana;
     color: var(--fg);
     background-color: var(--bg);
     text-size-adjust: none;