From 57e4e98d91c88dc7ba7d9e7273b6c7baeae91478 Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:18:55 -0700 Subject: [PATCH] Update INFO.md --- INFO.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/INFO.md b/INFO.md index 8afbf3fdf..96d246121 100644 --- a/INFO.md +++ b/INFO.md @@ -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 ```