diff options
author | Aaron LI <aly@aaronly.me> | 2018-09-13 15:25:40 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-09-13 15:26:07 +0800 |
commit | 0bed59c2bea21a8b69d8ff7d58ab9db4993380ad (patch) | |
tree | 08fdd2f3048dc9449413df869dae18ceb85c9e75 | |
parent | 867bba1e8137a6f50fa3469b14f890dec2f24cc6 (diff) | |
download | resume-0bed59c2bea21a8b69d8ff7d58ab9db4993380ad.tar.bz2 |
class: Use Noto Serif (bold) to replace Noto Sans
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | resume.cls | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -43,8 +43,7 @@ The following opensource fonts are used in the template: * [Roboto](https://fonts.google.com/specimen/Roboto) * [M+](https://mplus-fonts.osdn.jp/about-en.html) (1mn) -* [Noto CJK](https://www.google.com/get/noto/help/cjk/) - (Serif, Sans, Sans Mono) +* [Noto Serif CJK](https://www.google.com/get/noto/help/cjk/) License ------- @@ -96,9 +96,8 @@ % Chinese setup \ifdef{\@zh}{ \xeCJKsetup{PunctStyle=kaiming} - \setCJKmainfont{Noto Serif CJK SC}[BoldFont=Noto Sans CJK SC] + \setCJKmainfont{Noto Serif CJK SC} \setCJKsansfont{Noto Sans CJK SC} - \setCJKmonofont{Noto Sans Mono CJK SC} }{} % Font Awesome icon aliases |