Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
10 lines
346 B
Text
10 lines
346 B
Text
You can start using the font(s) by following these instructions:
|
|
|
|
Eiter type the following in an X terminal:
|
|
xset fp+ %%FONTSDIR%%
|
|
xset fp rehash
|
|
|
|
Or, more permanently, add the following line to the "Files" section of your
|
|
X.Org configuration file:
|
|
FontPath "%%FONTSDIR%%/"
|
|
and make sure you have the "freetype" module loaded, then restart X.
|