소스 검색

Added font preference in desktop and file explorer

tobychui 4 년 전
부모
커밋
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": "下載所選",