瀏覽代碼

Added font preference in desktop and file explorer

tobychui 3 年之前
父節點
當前提交
ac8857bb9a
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      src/web/SystemAO/locale/desktop.json
  2. 2 0
      src/web/SystemAO/locale/file_explorer.json

+ 2 - 0
src/web/SystemAO/locale/desktop.json

@@ -3,6 +3,7 @@
     "version": "1.0",
     "keys": {
         "zh-tw": {
+            "fontFamily":"\"TaipeiSansTCBeta-Regular\"",
             "strings":{
                 "topbar/welcome":"歡迎回來",
                 "topbar/arozos":"ArozOS 網頁桌面模式",
@@ -91,6 +92,7 @@
             }
         },
         "zh-hk": {
+            "fontFamily":"\"TaipeiSansTCBeta-Regular\"",
             "strings":{
                 "topbar/welcome":"歡迎回來",
                 "topbar/arozos":"ArozOS 網頁桌面模式",

+ 2 - 0
src/web/SystemAO/locale/file_explorer.json

@@ -3,6 +3,7 @@
     "version": "1.0",
     "keys": {
         "zh-tw": {
+            "fontFamily":"\"TaipeiSansTCBeta-Regular\"",
             "strings": {
                 "title/title": "檔案管理員",
                 "menu/button/download": "下載所選",
@@ -176,6 +177,7 @@
             }
         },
         "zh-hk": {
+            "fontFamily":"\"TaipeiSansTCBeta-Regular\"",
             "strings": {
                 "title/title": "檔案管理員",
                 "menu/button/download": "下載所選",