# Copy or move the font file to /usr/share/fonts/sudo cp <location of your .ttf file> /usr/share/fonts/truetype/# Update the font cache to make the new font availablesudo fc-cache -fv# Verify the installationfc-list | grep "<font name>"