Fonts

Aus SchnallIchNet
Version vom 30. Oktober 2012, 11:11 Uhr von Cbs (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== get fonts == you can find some really cool fonts @[http://www.google.com/webfonts google-webfonts]... <br/> mostly licensed under OFL. == install TTF-fonts …“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

get fonts

you can find some really cool fonts @google-webfonts...
mostly licensed under OFL.


install TTF-fonts

to install ttf-fonts simply copy the TTF-files to:

/usr/share/fonts/

or a sub-directory in there...

/usr/share/fonts/YOUR-FONT-DIR/

if you dont want to copy your files to the system-path
simply use:

/usr/local/share/fonts/YOUR-FONT-DIR/


list fonts

to list installed fonts:

fc-list


update font cache

if new files in place are not listed by fc-list
simply update the fonts-cache

fc-cache -fv