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:
parent
54bc7448b9
commit
40946fed7c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user