Commit 98f43c7 1 parent 57e4e98 commit 98f43c7 Copy full SHA for 98f43c7
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ sudo apt-get install librsvg2-bin
30
30
```
31
31
32
32
```
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
36
35
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/
38
40
sudo fc-cache -f -v
39
41
```
40
42
You can’t perform that action at this time.
0 commit comments