Windows
- After downloading the fonts, open the font package (.zip). Usually it's downloaded to your downloads folder.
- Double-click the zip file to unzip the font package.
- In the Start menu, search for 'fonts' or go to Start → Control Panel → Appearance and Personalization → Fonts
- Now select your font files and drag them into the Fonts folder
macOS
- After downloading the fonts, open the font package (.zip). Usually it's downloaded to your downloads folder.
- Double-click the zip file to unzip the font package.
- Open Font Book. If it's not in your Dock, then go to Finder → Applications → Font Book)
- Now select your font files and drag them into Font Book
Linux
command-line installation:
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 # 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
Gnome desktop for a single user:
- After downloading the fonts, unzip the font package.
- If it doesn't already exist, then create a
.fonts
directory in your home directory. - Drag and drop fonts into the
.fonts
directory.