Disable bitmap fonts (for Firefox Flatpak)
This commit is contained in:
parent
f8216dcf4d
commit
3f7d049686
1 changed files with 11 additions and 0 deletions
|
@ -108,4 +108,15 @@
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
<!-- Disable bitmap fonts. -->
|
||||||
|
<selectfont>
|
||||||
|
<rejectfont>
|
||||||
|
<pattern>
|
||||||
|
<patelt name="scalable">
|
||||||
|
<bool>false</bool>
|
||||||
|
</patelt>
|
||||||
|
</pattern>
|
||||||
|
</rejectfont>
|
||||||
|
</selectfont>
|
||||||
|
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
Loading…
Reference in a new issue