diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-07 22:50:49 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-07 22:50:49 +0800 |
commit | 319b1d736933edb582c5c1f698428da080980c1c (patch) | |
tree | 51195368d29f9c0e54a2aa5676f6f97bb834ae63 /README.md | |
parent | 070a796c2830ceddc5a1032816fa43cf80505d78 (diff) | |
download | resume-319b1d736933edb582c5c1f698428da080980c1c.tar.bz2 |
Document how to obtain the fonts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -49,10 +49,26 @@ i.e., the following 3 OTF files are needed: Required Fonts -------------- -The following opensource fonts are used in the template: +Besides the Font Awesome fonts, this template also requires the following +opensource fonts: + * [IBM Plex](https://github.com/IBM/plex) (Serif, Mono) + + Download the `OpenType.zip` archive from the + [releases](https://github.com/IBM/plex/releases) page, + 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) + The OTF font files for *Simplified Chinese* can be downloaded from + [here](https://github.com/adobe-fonts/source-han-serif/tree/release/OTF/SimplifiedChinese). + Just download all the weight variants: + ExtraLight, Light, Regular, Medium, SemiBold, Bold, Heavy. + +Of course, you can use the fonts you prefer by modifying the template directly. +However, you may need to tweak the column width accordingly. + Fonts Installation ------------------ On **Linux** systems, create a directory for each font family under |