mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Changing match target to "font"
As suggested in #2516, changing match target to "font" in the fonts.conf file.
This commit is contained in:
parent
0862e85577
commit
8d6a9d45c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue