home/fonts: drop source-han-mono
This commit is contained in:
parent
de6da2748c
commit
15aee256dd
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue