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 usermkdir -p ~/.fontscp *otf *otc ~/.fontsfc-cache -f -v # optional# for all userssudo mkdir -p /usr/share/fonts/opentype/notosudo cp *otf *otc /usr/share/fonts/opentype/notosudo fc-cache -f -v # optionalGnome desktop for a single user:
After downloading the fonts, unzip the font package.
If it doesn't already exist, then create a
.fontsdirectory in your home directory.Drag and drop fonts into the
.fontsdirectory.