Skip to main content

Installing new fonts to Ubuntu Linux

Here is an example to install the font 'Times_New_Roman.ttf':
1.copy font the new font to </usr/share/fonts/truetype>

sudo cp Times_New_Roman.ttf /usr/share/fonts/truetype

2. Restart your machine OR just Clear the font cache

 sudo fc-cache -fv

Comments