You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
584 B
23 lines
584 B
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match target="font">
|
|
<test name="family" qual="all" compare="not_eq">
|
|
<string>Consolas</string>
|
|
</test>
|
|
<test name="family" qual="all" compare="not_eq">
|
|
<string>Noto Sans Mono CJK JP</string>
|
|
</test>
|
|
<test name="size" qual="any" compare="less">
|
|
<double>12</double>
|
|
</test>
|
|
<test name="weight" compare="less">
|
|
<const>medium</const>
|
|
</test>
|
|
<edit mode="assign" name="hintstyle">
|
|
<const>hintfull</const>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|
|
|