3 steps in this post, there were another fontconfig update recently which broken my older solution, so what you have done previously was not working, sorry
Fear not!
3 steps in this post, there were another fontconfig update recently which broken my older solution, so what you have done previously was not working, sorry
Fear not!
Dont be sorry. I am thankful for your help
i find this google
maybe:
(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.
(2) In the search box above the list, type or paste font_r and pause while the list is filtered
(3) Double-click the gfx.font_rendering.cleartype_params.rendering_mode preference and change the value from -1 to 2 and then click OK
You probably need to exit and start Firefox back up again to see any difference.
Example screenshots attached.
And here are the values of gfx.font_rendering.cleartype_params.rendering_mode:
// -1 or 0 = use default for font & size;
// 4 = Natural;
// 5 = Natural Symmetric
=> Sub-pixel anti-aliasing/positioning
// 1 = aliased;
// 2 = GDI Classic;
=> GDI emulation (whole pixel rendering)
// 3 = GDI Natural Widths;
=> GDI emulation with natural widths (?)
However personally i donât think 2 = GDI Classic;
is a good idea combined with modern ClearType style weâre using on Arch by default (without LCD filter enabled)
Also altering this setting will affect only Firefox obviously
it is not only in firefox with bad font???
As far as i understand - it depends
If problem is caused by fontconfig changes - itâs not only Firefox but any program that use fontconfig directly (many people complained about it because everyone use browser therefore start to identify it as Firefox problem, you can search forum to see all those topics)
If itâs something else that is caused by Firefox only, like engine rendering differences - then itâs only Firefox and your advice is very relevant, itâs good idea to experiment with values
Where to write this?
So, updated fontconfig solution for enabling LCD filter havenât improved your situation?
Those are just values for @anon71489565 suggestion for value in (3), i figured it would be useful for people to understand what those values means
you just write them as a single number in there, for example 2 or 3
All my pages improved in Fire(Water)fox by increasing font to 17 in settings.
So far it doesnât make a difference to me with or without the â20-no-embedded.confâ file.
For the screenshots I used terminus font 13px:
As previously mentioned I use only the fonts.conf file in my home directory and not the solution @keybreak recommends. But both solutions are working.
Yep, both are fine
Only difference technically is that one iâve mentioned enables this LCD filter for all users
I donât even see whatâs wrong with the fontâs. I donât notice it?
If you have LCD subpixel rendering enabled all will be fine I suppose. But there can be bad font rendering in web browsers.
Without /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf
and with activated /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf
Youâll recognize it if you look closer to the "0"s and "O"s
Also itâs not really captured on screenshots, mostly itâs noticeable on display itself especially on thinner lines it looks like color shimmering around some letters, if i use this term correctlyâŚ
It works, thank you all for your help!!!