Adding New Fonts

For full details on adding new fonts see here.

Copy a new TrueType fonts (*.ttf) font file in the directory /usr/share/fonts (for all users) or ~/.fonts (for a specific user, e.g. /home/pi/.fonts  – create the directory if necessary and note the dot').

You can test the new fonts are then available using Leafpad

List Installed Fonts


fc-list

 

Comments

  1. Anonymous

    2 years ago

    It appears to be installed on my Pi (4 with Bookworm) but doesn’t show in Chromium

  2. Kevin Huang

    5 years ago

    This works for me:
    1. Download ubuntu fonts and extract to *.ttf
    2. sudo cp ubuntu*.ttf /usr/share/fonts/truetype/ttf-liberation

  3. Kyle Flores

    9 years ago

    Doesnt work permission denied
    How to fix?

    1. forloop

      5 years ago

      use terminal command.
      $ sudo cp aaa/bbb.ttf /usr/share/fonts

  4. Sajal Mondal

    9 years ago

    It´s not working on Raspbian jessie 8.0 for my case.