Font

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(New page: Category:Linux == How to Install True Type Fonts == $ cd /usr/share/fonts/truetype $ sudo mkdir the_font_name $ sudo mv true_type_font_name.ttf the_font_name/ $ sudo fc-cache -...)
Newer edit →

Revision as of 05:24, 29 March 2009


How to Install True Type Fonts

$ cd /usr/share/fonts/truetype 
$ sudo mkdir the_font_name 
$ sudo mv true_type_font_name.ttf the_font_name/ 
$ sudo fc-cache -f -v
Personal tools