submodule update
This commit is contained in:
14
shared/.config/fontconfig/fonts.conf
Normal file
14
shared/.config/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="contains">
|
||||||
|
<string>Verdana</string>
|
||||||
|
</test>
|
||||||
|
<edit name="hintstyle" mode="assign">
|
||||||
|
<const>hintfull</const>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
</fontconfig>
|
||||||
Submodule shared/.config/nvim updated: bdbd173a2b...9a81aaba57
Reference in New Issue
Block a user