19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<!-- /etc/fonts/local.conf file for local customizations -->
|
||
|
<fontconfig>
|
||
|
|
||
|
<!--
|
||
|
Special setup used only during the installation of SuSE Linux.
|
||
|
During installation, this file is moved to local.conf, otherwise
|
||
|
it is not used.
|
||
|
-->
|
||
|
|
||
|
<match target="font">
|
||
|
<edit name="embeddedbitmap">
|
||
|
<bool>true</bool>
|
||
|
</edit>
|
||
|
</match>
|
||
|
|
||
|
</fontconfig>
|