anyone know why my fonts on Firefox default to this ugly one? It was working fine until a few months ago. It happens on a default profile with no addons but not in private tabs. when 'Allow pages to choose their own fonts, instead of your selections above' is checked.
>>1568173(OP) no clue I asssume you have already checked your firefox font settings
You can see which css line is causing your text to be that font with developer tools. Select an element with text, then go to 'Computed' in the bottom panel and note what the font-family says. Does it say 'sans-serif', or does it refer to a specific font? If it is the former, then that is rather odd. If it's the latter then it's promising.
Also, click the dropdown menu and see where the css link takes you. I've debugged a userscript in this way.
Worst things worst you can just use a userscript/css extension to override it by adding the css font-family: calibri !important or smth
00
Anonymous06/11/26(Thu)12:37:11
thank you man turns out there is a windows bug when you have Helvetica installed for some reason. I just had to uninstall it.
body { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; line-height:1.42857143; color:#646464; background-color:#262626