红联Linux门户
Linux帮助

google Noto字体

发布时间:2015-11-20 18:17:07来源:ubuntukylin作者:笨鸟弟弟

感觉很柔和推荐一下。

google Noto字体

google Noto字体

google Noto字体


命令行安装单一用户

Command-line:
cd ~/Downloads   # or wherever you downloaded a font pack.
unzip .zip
# for a single user
mkdir -p ~/.fonts
cp *otf *otc ~/.fonts
fc-cache -f -v # optional


应用全部

sudo mkdir -p /usr/share/fonts/opentype/noto
sudo cp *otf *otc /usr/share/fonts/opentype/noto
sudo fc-cache -f -v # optional


下载全部文件

axel -n 5 -a https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip


项目主页

https://www.google.com.hk/?gfe_rd=cr&ei=7CNNVtelJvD98wePxqeQAQ&gws_rd=cr,ssl


不愿意下载全部可以去主页费时间挑选简体下载。


Ubuntu15.10设置字体替换让网页字体显示更完整:http://www.linuxdiyf.com/linux/14854.html

ubuntu再次体验之【美化】--修改主题、字体、字体大小:http://www.linuxdiyf.com/linux/14292.html

ubuntu再次体验之【美化】--安装windows7字体库:http://www.linuxdiyf.com/linux/14291.html

Ubuntu 15.04/14.10/14.04下安装字体编辑器Birdfont 2.6:http://www.linuxdiyf.com/linux/11713.html

在ubuntu 15.04下安装字体及设置字体:http://www.linuxdiyf.com/linux/11653.html