From 0bed59c2bea21a8b69d8ff7d58ab9db4993380ad Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 13 Sep 2018 15:25:40 +0800 Subject: class: Use Noto Serif (bold) to replace Noto Sans --- README.md | 3 +-- resume.cls | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bb03c5..e1a6cac 100644 --- a/README.md +++ b/README.md @@ -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 ------- diff --git a/resume.cls b/resume.cls index ae00bd0..eff97b0 100644 --- a/resume.cls +++ b/resume.cls @@ -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 -- cgit v1.2.2