mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
6a430fe152
The build script now uses fonts installed by the port/pkg docproj-fonts-cjk. Differential Revision: https://reviews.freebsd.org/D36623 Differential Revision: https://reviews.freebsd.org/D37447 Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
17 lines
296 B
YAML
17 lines
296 B
YAML
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
|