Fonts: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
 
Zeile 4: Zeile 4:
 
mostly licensed under OFL.
 
mostly licensed under OFL.
  
you can find Symbola-ttf here: [http://users.teilar.gr/~g1951d/Symbola.ttf] <br/>
+
you can find Symbola-ttf here: [http://users.teilar.gr/~g1951d/Symbola.ttf http://users.teilar.gr/~g1951d/Symbola.ttf] <br/><br/>
 
which enables some nice unicodes like that: <font size=8>&#x1f4a9;</font> <br/>
 
which enables some nice unicodes like that: <font size=8>&#x1f4a9;</font> <br/>
 +
HEX-Escape: <pre>'&amp;#x1f4a9;'</pre>
  
  

Aktuelle Version vom 28. November 2013, 14:36 Uhr

get fonts

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

you can find Symbola-ttf here: http://users.teilar.gr/~g1951d/Symbola.ttf

which enables some nice unicodes like that: 💩

HEX-Escape:
'&#x1f4a9;'


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