wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKjp-hinted.zip
wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSerifCJKjp-hinted.zip
wget https://noto-website-2.storage.googleapis.com/pkgs/NotoSansMono-hinted.zip
wget https://noto-website-2.storage.googleapis.com/pkgs/NotoMono-hinted.zip
unzip NotoSansCJKjp-hinted.zip
unzip NotoSerifCJKjp-hinted.zip
unzip NotoSansMono-hinted.zip
unzip NotoMono-hinted.zip
$ mkdir -p ~/.fonts
$ cp *otf ~/.fonts
$ fc-cache -f -v
# mkdir -p /usr/share/fonts/opentype/noto
# cp *otf /usr/share/fonts/opentype/noto
# fc-cache -f -v
コメント