aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorYan Hao Wang <bses30074@gmail.com>2023-01-20 19:50:45 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-21 00:14:53 +0000
commit6a430fe152e6374caf0851d253819293522fcdb4 (patch)
tree9d54479505e47a11b08d261a23c957b00d417a42 /shared
parentc5fa554557e5cb07eec0446c7fcef05090065fb6 (diff)
downloaddoc-6a430fe152e6374caf0851d253819293522fcdb4.tar.gz
doc-6a430fe152e6374caf0851d253819293522fcdb4.zip
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