1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/desktop/fontconfig/60-fonts-noto-mono.conf

13 lines
317 B
Text
Raw Permalink Normal View History

<?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">
2024-08-30 20:27:28 +09:00
<string>Noto Mono</string>
</edit>
</match>
</fontconfig>