竟然有思源宋体了。开源真伟大。
下面的代码可以快速获取思源宋体简体中文版的otf文件,需要wget和*nix环境哦。
1 2 3 4 5 6 7 8 9 10 11
| cat <<EOF > ./list.txt https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-Bold.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-ExtraLight.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-Heavy.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-Light.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-Medium.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-Regular.otf https://github.com/adobe-fonts/source-han-serif/raw/release/OTF/SimplifiedChinese/SourceHanSerifSC-SemiBold.otf EOF
wget -i ./list.txt
|
2017-06-27 Update: 注意,这些是「原始」的OTF文件,比较大,而且需要支持高级字体特性的排版软件才能充分使用,一般人最好使用下面的压缩包。
或者直接下载😹
https://github.com/adobe-fonts/source-han-serif/raw/release/SubsetOTF/SourceHanSerifCN.zip
使用了思源全家桶的效果如图
感觉上,同样字号比方正新书宋要大。各位读者,你们喜欢新的思源字体么?我感觉马马虎虎,暂时还是用原来的组合(方正新书宋+Adobe Caslon Pro)吧。
2018-05-19 Update:
最近试着用思源宋体打印了几个文档,感觉大字的时候思源宋体还行,小字,也就是正文字体,不大美观。
下载思源黑体的代码如下
1 2 3 4 5 6 7 8 9 10 11
| cat <<EOF > ./list.txt https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Bold.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-ExtraLight.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Heavy.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Light.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Medium.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Normal.otf https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SimplifiedChinese/SourceHanSansSC-Regular.otf EOF
wget -i ./list.txt
|
2017-6-27 Update: 类似的,上面的文件不要随便用,用这个
https://github.com/adobe-fonts/source-han-sans/raw/release/SubsetOTF/SourceHanSansCN.zip
本文标题:思源宋体
文章作者:Chris
发布时间:2017-04-04
最后更新:2022-03-23
原始链接:https://chriszheng.science/2017/04/04/Source-Han-Serif/
版权声明:本博客所有文章除特别声明外,均采用 CC BY 4.0 许可协议。转载请注明出处!