Update .config/fontconfig/conf.d/30-monospace.conf

This commit is contained in:
Anthony Rodriguez 2024-06-03 18:56:09 +02:00
parent 10ff4329bb
commit 4911e4f022

View file

@ -7,13 +7,5 @@
<family>Operator Mono</family>
</prefer>
</alias>
<match target="pattern">
<test qual="any" name="family">
<string>Operator Mono</string>
</test>
<edit name="weight" mode="assign">
<int>200</int> <!-- 200 is commonly used for bold weights -->
</edit>
</match>
</fontconfig>