Skip to content

Commit

Permalink
add fontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Jan 17, 2025
1 parent 4a846e5 commit fe5964f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions fontconfig/.config/fontconfig/fonts.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
<edit name="lcdfilter" mode="assign">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>

0 comments on commit fe5964f

Please sign in to comment.