Skip to content

Commit 98f43c7

Browse files
authored
Update INFO.md
1 parent 57e4e98 commit 98f43c7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

INFO.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ sudo apt-get install librsvg2-bin
3030
```
3131

3232
```
33-
wget https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Medium.otf
34-
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-SemiBold.otf
35-
wget https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-ExtraLight.otf
33+
wget https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansSC.zip
34+
wget -O SourceHanSerifSC.zip https://github.com/adobe-fonts/source-han-serif/releases/download/2.001R/09_SourceHanSerifSC.zip
3635
37-
sudo mv SourceHanSansSC-Medium.otf SourceHanSerifSC-ExtraLight.otf SourceHanSerifSC-SemiBold.otf /usr/share/fonts/opentype/
36+
unzip SourceHanSansSC.zip -d SourceHanSansSC
37+
unzip SourceHanSerifSC.zip -d SourceHanSerifSC
38+
39+
sudo mv SourceHanSansSC SourceHanSerifSC /usr/share/fonts/opentype/
3840
sudo fc-cache -f -v
3941
```
4042

0 commit comments

Comments
 (0)