a5da770e67
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
8 lines
243 B
Text
8 lines
243 B
Text
You need to have enabled X.org's freetype module to use TrueType fonts. Ensure
|
|
the following line is in the "Modules" section of xorg.conf:
|
|
|
|
Load "freetype"
|
|
|
|
Then append the following to xorg.conf's "Files" section:
|
|
|
|
FontPath "%%FONTSDIR%%"
|