mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
let's try new fonts config
This commit is contained in:
parent
3470801bd2
commit
adcb1304e7
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<match target="font" >
|
<match target="font" >
|
||||||
@ -16,6 +16,11 @@
|
|||||||
<const>hintslight</const>
|
<const>hintslight</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
<match target="font" >
|
||||||
|
<edit mode="assign" name="antialias" >
|
||||||
|
<bool>true</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit mode="assign" name="lcdfilter">
|
<edit mode="assign" name="lcdfilter">
|
||||||
<const>lcddefault</const>
|
<const>lcddefault</const>
|
||||||
|
Loading…
Reference in New Issue
Block a user