aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-03-07 12:35:47 +0800
committerAaron LI <aly@aaronly.me>2023-03-07 21:35:43 +0800
commit9d2c34f456cbef0b7298f7fe428b11a6134ab72b (patch)
tree881f6d8d4defae394824754f00979a6803febcd2 /README.md
parent473fd6c62c7f5919992f596056e3eee05c897c64 (diff)
downloadresume-9d2c34f456cbef0b7298f7fe428b11a6134ab72b.tar.bz2
class: Switch Chinese font to 'Noto Serif CJK' since it's more common
Actually, the 'Noto Serif CJK' font and the previous 'Source Han Serif' font are the same font but with different names. However, the former is more common and ready to use; for example, it's generally installed by default on many Linux distros and it's available on Overleaf. Update the README accordingly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e8ad590..aecbd73 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +101,15 @@ opensource fonts:
and then extract the `IBM-Plex-Serif` and `IBM-Plex-Mono` directories
and install them.
-* [Source Han Serif](https://github.com/adobe-fonts/source-han-serif)
+* [Noto Serif CJK](https://github.com/notofonts/noto-cjk)
- Download the `SourceHanSerifSC.zip` archive
+ Download the `NotoSerifCJKsc.zip` archive
(Language Specific OTFs Simplified Chinese) from the
- [releases](https://github.com/adobe-fonts/source-han-serif/releases) page,
+ [releases](https://github.com/notofonts/noto-cjk/releases) page,
and then install all of them.
+On Debian Linux, simply do `apt install fonts-ibm-plex fonts-noto-cjk`.
+
Of course, you can use the fonts you prefer by modifying the template directly.
However, you may need to tweak the
[column width in the template](resume.cls#L158)