Fonts: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(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 …“)
 
Zeile 3: Zeile 3:
 
you can find some really cool fonts @[http://www.google.com/webfonts google-webfonts]... <br/>
 
you can find some really cool fonts @[http://www.google.com/webfonts google-webfonts]... <br/>
 
mostly licensed under OFL.
 
mostly licensed under OFL.
 +
 +
you can find Symbola-ttf here: [http://users.teilar.gr/~g1951d/Symbola.ttf] <br/>
 +
which enables some nice unicodes like that: <font size=8>&#x1f4a9;</font> <br/>
  
  

Version vom 28. November 2013, 14:21 Uhr

get fonts

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

you can find Symbola-ttf here: [1]
which enables some nice unicodes like that: 💩


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