Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version='1.0'?>
- <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
- <fontconfig>
- <match target="font" >
- <edit mode="assign" name="rgba" >
- <const>rgb</const>
- </edit>
- </match>
- <match target="font" >
- <edit mode="assign" name="hinting" >
- <bool>true</bool>
- </edit>
- </match>
- <match target="font" >
- <edit mode="assign" name="hintstyle" >
- <const>hintfull</const>
- </edit>
- </match>
- <match target="font" >
- <edit mode="assign" name="antialias" >
- <bool>true</bool>
- </edit>
- </match>
- </fontconfig>
- dima@mar:~/ > ls -la /etc/fonts/conf.d
- total 16
- drwxr-xr-x 2 root root 4096 Jan 30 17:06 ./
- drwxr-xr-x 4 root root 4096 Jan 30 17:06 ../
- lrwxrwxrwx 1 root root 39 Jan 30 17:06 20-fix-globaladvance.conf -> ../conf.avail/20-fix-globaladvance.conf
- lrwxrwxrwx 1 root root 39 Jan 30 17:06 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
- lrwxrwxrwx 1 root root 42 Jan 30 17:06 29-replace-bitmap-fonts.conf -> ../conf.avail/29-replace-bitmap-fonts.conf
- lrwxrwxrwx 1 root root 36 Jan 30 17:06 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
- lrwxrwxrwx 1 root root 33 Jan 30 17:06 30-urw-aliases.conf -> ../conf.avail/30-urw-aliases.conf
- lrwxrwxrwx 1 root root 30 Jan 30 17:06 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
- lrwxrwxrwx 1 root root 27 Jan 30 17:06 45-latin.conf -> ../conf.avail/45-latin.conf
- lrwxrwxrwx 1 root root 31 Jan 30 17:06 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
- lrwxrwxrwx 1 root root 26 Jan 30 17:06 50-user.conf -> ../conf.avail/50-user.conf
- lrwxrwxrwx 1 root root 27 Jan 30 17:06 51-local.conf -> ../conf.avail/51-local.conf
- lrwxrwxrwx 1 root root 27 Jan 30 17:06 60-latin.conf -> ../conf.avail/60-latin.conf
- lrwxrwxrwx 1 root root 35 Jan 30 17:06 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
- lrwxrwxrwx 1 root root 30 Jan 30 17:06 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
- lrwxrwxrwx 1 root root 29 Jan 30 17:06 69-unifont.conf -> ../conf.avail/69-unifont.conf
- lrwxrwxrwx 1 root root 31 Jan 30 17:06 80-delicious.conf -> ../conf.avail/80-delicious.conf
- lrwxrwxrwx 1 root root 31 Jan 30 17:06 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement