mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 16:07:59 +00:00
13 lines
323 B
Text
13 lines
323 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<fontconfig>
|
||
|
<match target="pattern">
|
||
|
<test name="family">
|
||
|
<string>monospace</string>
|
||
|
</test>
|
||
|
<edit name="family" mode="prepend" binding="strong">
|
||
|
<string>Source Han Mono</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
</fontconfig>
|