fonts: force Inconsolata as monospace again
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
<family>FontAwesome</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<!-- strong binding makes this family preference decisive, so it wins over
|
||||
broader-coverage fonts (e.g. Libertinus Mono) under the generic alias -->
|
||||
<match target="pattern">
|
||||
<test name="family"><string>monospace</string></test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Inconsolata</string>
|
||||
</edit>
|
||||
</match>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
|
||||
Reference in New Issue
Block a user