Set bundled Linux font rgba setting as 'rgb'
Fonts on tor browser look ugly but if I edit fonts.conf file (/Browser/TorBrowser/Data/fontconfig/fonts.conf), the problem is fixed. Why is Tor browser not doing this by default? I don't want to change settings because it makes me unique.
The default settings is: <edit name="rgba" mode="assign"><const>none</const></edit>
I made it like this: <edit name="rgba" mode="assign"><const>rgb</const></edit>