init
This commit is contained in:
16
fontconfig/fonts.conf
Normal file
16
fontconfig/fonts.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'urn:fontconfig:fonts.dtd'>
|
||||
<fontconfig>
|
||||
<!-- settings go here -->
|
||||
<match target="font">
|
||||
<test name="family" qual="any">
|
||||
<string>Segoe UI</string>
|
||||
</test>
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
17
fontconfig/fonts.conf.old
Normal file
17
fontconfig/fonts.conf.old
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'urn:fontconfig:fonts.dtd'>
|
||||
<fontconfig>
|
||||
<!-- settings go here -->
|
||||
<match target="font">
|
||||
<test name="family" qual="any">
|
||||
<string>Segoe UI</string>
|
||||
</test>
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
<dir>~/.local/share/fonts</dir>
|
||||
</fontconfig>
|
||||
Reference in New Issue
Block a user