Ver código fonte

Added font preference in desktop and file explorer

tobychui 3 anos atrás
pai
commit
ac8857bb9a

+ 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": "下載所選",