123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
- <fontconfig>
-
- <match target="font">
- <test name="family">
- <string>DejaVu Sans Mono</string>
- </test>
- <test compare="less" name="pixelsize">
- <double>7.5</double>
- </test>
- <edit name="hinting">
- <bool>false</bool>
- </edit>
- </match>
- </fontconfig>
|