aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/zh-cn/zh-cn-theme.yml16
-rw-r--r--shared/zh-tw/zh-tw-theme.yml16
2 files changed, 32 insertions, 0 deletions
diff --git a/shared/zh-cn/zh-cn-theme.yml b/shared/zh-cn/zh-cn-theme.yml
new file mode 100644
index 0000000000..8e1c288aad
--- /dev/null
+++ b/shared/zh-cn/zh-cn-theme.yml
@@ -0,0 +1,16 @@
+extends: default
+font:
+ catalog:
+ merge: true
+ Noto Sans SC: NotoSansSC-Medium.otf
+ fallbacks:
+ - Noto Serif
+base:
+ text-align: left
+ font-family: Noto Sans SC
+codespan:
+ font-family: Noto Sans SC
+kbd:
+ font-family: $codespan-font-family
+code:
+ font-family: $codespan-font-family
diff --git a/shared/zh-tw/zh-tw-theme.yml b/shared/zh-tw/zh-tw-theme.yml
new file mode 100644
index 0000000000..b4ce1d6f05
--- /dev/null
+++ b/shared/zh-tw/zh-tw-theme.yml
@@ -0,0 +1,16 @@
+extends: default
+font:
+ catalog:
+ merge: true
+ Noto Sans TC: NotoSansTC-Medium.otf
+ fallbacks:
+ - Noto Serif
+base:
+ text-align: left
+ font-family: Noto Sans TC
+codespan:
+ font-family: Noto Sans TC
+kbd:
+ font-family: $codespan-font-family
+code:
+ font-family: $codespan-font-family