Mr. Editor-in-chief
•
April 21, 2024
•
Updated April 24, 2026
How to install custom fonts on Linux
fc-list # list available fonts, if command not found on Amazon Linux 2023, run sudo dnf install fontconfig
unzip basier.zip # basier.zip is what we downloaded from the internet (e.g. www.fontsquirrel.com/)
sudo mv BasierCircle-Regular.otf /usr/share/fonts && sudo mv BasierSquare-Regular.otf /usr/share/fonts # move the unziped files(either *.ttf or .otf) into /urs/share/fonts/
fc-list | grep Basier verify that the new fonts are installed
fc-cache -r # update font config cache