Changing match target to "font"

As suggested in #2516, changing match target to "font" in the fonts.conf file.
This commit is contained in:
George Abraham 2020-04-08 14:02:54 +01:00 committed by GitHub
parent 0862e85577
commit 8d6a9d45c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ following :file:`~/.config/fontconfig/fonts.conf`::
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
<match target="font">
<test name="family">
<string>Your Font Family Name</string>
</test>