Font: Google Noto Install

From OnnoWiki
Revision as of 05:34, 2 September 2021 by Onnowpurbo (talk | contribs) (Created page with " cd ~/Downloads # or wherever you downloaded a font pack. unzip <font package>.zip # for a single user mkdir -p ~/.fonts cp *otf *otc ~/.fonts fc-cache -f -v # optio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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
# for all users
sudo mkdir -p /usr/share/fonts/opentype/noto
sudo cp *otf *otc /usr/share/fonts/opentype/noto
sudo fc-cache -f -v # optional