1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

fontconfig: override SFMono with default monospace font

This makes Atlassian websites look more consistent with the rest of the browser experience
This commit is contained in:
Joe Groocock 2020-03-24 22:27:37 +00:00
parent 54bc7448b9
commit 40946fed7c
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -25,6 +25,12 @@
<string>FontAwesome 5 Pro Light</string>
</edit>
</match>
<alias>
<family>SF Mono</family>
<accept>
<family>monospace</family>
</accept>
</alias>
<match target="font">
<test qual="all" name="family" compare="eq"><string>Noto Sans</string></test>