mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/webcore-fonts: Fix README.
This commit is contained in:
parent
6ea5d05021
commit
3efcec34c2
1 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ The Webcore Fonts package contains:
|
|||
|
||||
Before installing these, please remove the following file:
|
||||
|
||||
/etc/fonts/conf.d/60-liberation.conf".
|
||||
/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
|
||||
|
@ -21,10 +21,10 @@ TTF files. If not, then it will be installed as a single TTC file.
|
|||
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>
|
||||
<!-- Globally use embedded bitmaps in fonts like Calibri? -->
|
||||
<match target="font" >
|
||||
<edit name="embeddedbitmap" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
|
|
Loading…
Reference in a new issue