123456789101112131415161718192021222324 |
- <?xml version='1.0'?>
- <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
- <fontconfig>
- <!-- ## Selective rendering: custom options ## -->
- <!-- Use this file to set your custom font tweaks.
- 97-selective-rednering-custom.conf always takes
- precedence over default rendering settings.
- It won't be overwritten on fontconfig update. -->
- <!-- Enable embedded bitmaps in Monaco -->
- <!--
- <match target="font">
- <test name="family">
- <string>Monaco</string>
- </test>
- <edit name="embeddedbitmap" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
- -->
- </fontconfig>
|