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

2 years ago
It appears to be installed on my Pi (4 with Bookworm) but doesn’t show in Chromium
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
9 years ago
Doesnt work permission denied
How to fix?
5 years ago
use terminal command.
$ sudo cp aaa/bbb.ttf /usr/share/fonts
9 years ago
It´s not working on Raspbian jessie 8.0 for my case.