1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 02:09:21 +00:00
dotfiles/files/fonts/.config/fontconfig/conf.d/70-unuglify-fonts.conf
Nemo ace32ae7c8 Lots of updates:
- Ignore nitrogen, just causes conflicts
- dunst improvements
- i3: switch from dmenu to rofi
- i3: switch to flameshot
- bundle: fix some cache issues
- xinitrc: no more caps (I think)
- font changes for emojificiation
2020-05-07 16:07:22 +05:30

30 lines
763 B
XML

<?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>hintslight</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>