Advertisement
Guest User

/etc/fonts/local.conf

a guest
Mar 29th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="font">
  5.   <edit mode="assign" name="antialias">
  6.    <bool>true</bool>
  7.   </edit>
  8.   <edit mode="assign" name="hinting">
  9.    <bool>true</bool>
  10.   </edit>
  11.   <edit mode="assign" name="hintstyle">
  12.    <const>hintslight</const>
  13.   </edit>
  14.   <!-- try hintmedium if it looks bad -->
  15.   <edit mode="assign" name="lcdfilter">
  16.    <const>lcddefault</const>
  17.   </edit>
  18.   <edit mode="assign" name="rgba">
  19.    <const>rgb</const>
  20.   </edit>
  21.   <!-- set to match your display -->
  22. </match>
  23. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement