slackbuilds/system/webcore-fonts
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README system/webcore-fonts: Fontconfig information added to README. 2012-02-11 21:19:29 -06:00
doinst.sh
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
webcore-fonts.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
webcore-fonts.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00

README

The Webcore Fonts package contains:

* Microsoft's Core Fonts for the web
* Microsoft Tahoma
* Microsoft's new fonts for Windows Vista
* Lucida Console

Before installing these, please remove "/etc/fonts/conf.d/60-liberation.conf".
That file causes Slackware to display Liberation fonts in the place of
Microsoft fonts. If you have Microsoft fonts, you don't need the
substitutions.

The following Fontconfig setting (taken from infinality.net) is recommended.
Put it in /etc/fonts/local.conf:

	 <!-- Globally use embedded bitmaps in fonts like Calibri? -->
	<match target="font" >
		<edit name="embeddedbitmap" mode="assign">
			<bool>false</bool>
		</edit>
	</match>