home/fonts: drop source-han-mono

This commit is contained in:
Guanran Wang 2024-02-06 17:48:44 +08:00
parent de6da2748c
commit 15aee256dd
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 1 additions and 2 deletions

View file

@ -50,7 +50,6 @@
# You can 100% use noto-fonts-cjk-{sans,serif} if you prefer consistency/other reason. # You can 100% use noto-fonts-cjk-{sans,serif} if you prefer consistency/other reason.
source-han-sans-vf-otf source-han-sans-vf-otf
source-han-serif-vf-otf source-han-serif-vf-otf
source-han-mono
### Noto Fonts ### Noto Fonts
noto-fonts noto-fonts

View file

@ -60,7 +60,7 @@
</match> </match>
<match target="pattern"> <match target="pattern">
<test name="family"><string>monospace</string></test> <test name="family"><string>monospace</string></test>
<edit name="family" mode="append" binding="strong"><string>Source Han Mono SC VF</string></edit> <edit name="family" mode="append" binding="strong"><string>Source Han Sans SC VF</string></edit>
</match> </match>
<match target="pattern"> <match target="pattern">
<test name="family"><string>system-ui</string></test> <test name="family"><string>system-ui</string></test>