Skip to content

Commit

Permalink
Update INFO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Aug 9, 2022
1 parent bd273d3 commit 57e4e98
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ sudo apt-get install librsvg2-bin
```

```
wget https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SourceHanSansSC.zip
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SourceHanSerifSC_SB-H.zip
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SourceHanSerifSC_EL-M.zip
wget https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Medium.otf
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-SemiBold.otf
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-ExtraLight.otf
unzip SourceHanSansSC.zip
unzip SourceHanSerifSC_EL-M.zip
unzip SourceHanSerifSC_SB-H.zip
sudo mv SourceHanSansSC SourceHanSerifSC_EL-M SourceHanSerifSC_SB-H /usr/share/fonts/opentype/
sudo mv SourceHanSansSC-Medium.otf SourceHanSerifSC-ExtraLight.otf SourceHanSerifSC-SemiBold.otf /usr/share/fonts/opentype/
sudo fc-cache -f -v
```

Expand Down

0 comments on commit 57e4e98

Please sign in to comment.