It's definitely not a new version of Firefox that is causing it because I have Firefox 84.0 which is from Dec 2020 and it does not have bold text. I don't know when or what caused it to change though because I use Chrome just for this site because I leave myself logged in. I use Firefox for everything else I do online.
Comment has been collapsed.
I think Firefox might have an option to stop websites from changing fonts. Maybe that setting is enabled which causes it. I don't remember where the setting is, I'll see if I can find it and see if it does anything.
Edit: Nevermind, I found it. It's under options, general, language and appearance, fonts and colors, advanced. It is already set to allow sites to change the fonts.
Comment has been collapsed.
Yeah, I was just about to edit my post and say that when I disabled that setting it showed the bold fonts. I'm not sure why.
Edit: Maybe the site is set to not use bold, but if you don't allow the site to setup the fonts, Firefox determines that is is a heading or title and decides to bold it.
Comment has been collapsed.
I don't know about the site being set up to not use bold. When opened in fresh, vanilla Chromium without being logged in, the fonts are bold.
Even then, something had to change to make it go from bold to normal, so surely it can be changed back.
Comment has been collapsed.
Chrome could be set to not allow sites to change fonts by default and that is why it is bold there, but I'm not sure. I only use this site on Chrome, so I didn't notice any change.
Edit: Maybe steamgifts used to use bold and recently changed it. Maybe the default setting on Chrome ignores site font settings and Firefox allows the changes so that only people using Firefox would notice.
I looked through the list of Firefox shortcuts here and didn't see anything that I think would cause it.
Comment has been collapsed.
I have the same problem, I have tried with Firefox ESR and Nightly so it is not version related.
There is a problem with the CSS of the site, for some reason now Firefox does not apply the font-weight rule (700/bold) with Open Sans font. It only happens on Steamgifts btw, so something must have been modified in the code. Google Fonts shows the font in bold correctly:
https://fonts.google.com/specimen/Open+Sans
(check Bold 700 in 24px, that's the size of the game titles on SG).
Comment has been collapsed.
Try with another browser or an entire new firefox profile (CMD + R -> firefox -p) to check, if it's a system related font issue.
Comment has been collapsed.
Open Sans is a google font, Steamgifts is not using a system font in this case, check what I wrote here: https://www.steamgifts.com/go/comment/v4zyYUK
and the screenshot.
Comment has been collapsed.
Ok, but how? Had been installed without prioritizing its use in the programs. The browser definitely did not use it. As if there was a conflict with another font(s), which in any settings did not appear anywhere, but was visible in the browser (some characters appeared in bold).
Comment has been collapsed.
It's a little hard to explain but, long story short, Helvetica was probably set as default instead of Arial (a default font for Sans-serif typeface) so all sites that were using Arial (most of them, the font you are reading now is Arial) for Sans-serif started to use Helvetica instead until you uninstalled it.
Comment has been collapsed.
I don't know if that is always the case, but you can change the config in each browser to use whatever font you want for sans-serif, so you can install any font and, if it replaces Arial or any other as default, you can set it again in the browser configuration.
Comment has been collapsed.
Websites use CSS rules to set the font to use by specifying a series of fonts with fallbacks if one is not found.
So a rule like font-family: Helvetica, Arial, sans-serif;
will first try to load the first font, then second one if not found, and so on. Generally Helvetica is a mac font, and Arial is a windows font, each being specifically tuned for that OS. While these fonts are designed to look similar. the font rendering algorithms in each OS are quite different:
and so for your case, not many people using Windows have the Helvetica font installed, so if you do many websites will look weird because Helvetica is usually specified first in the list before Arial.
Comment has been collapsed.
That won't make a difference. It is the website designers that chooses what font they want to use, good webdev practices recommend sticking to the so called web-safe fonts that are guaranteed to be buitin on majority of systems regardless of OS.
And there's also web fonts that are downloaded on demand by browsers, which don't need to be installed system-wide.
Now if you don't like a certain website style, some browsers like Firefox allow you to override certain font styles to your liking taking higher precedence than what the website CSS specifies:
https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use
Or you can even use browser extension to override CSS however you like (e.g Stylus)
Comment has been collapsed.
yep, in this case the website was extra specific in wanting Helvetica, so if the font is installed it will be loaded first. Generally the generic sans-serif
alone is enough as it maps to the preferred font on each OS (Arial on Windows, Helvetica on Mac, and maybe BitStream Vera on most Linux distros I think)
PS: there are ways to "map" font name to different ones in Windows, this involves messing with the registry:
https://docs.microsoft.com/en-us/globalization/input/font-technology#font-substitution
in fact, you can see under that registry key that by default "Helvetica" is mapped to "Arial" (this substitution occurs if font was not installed)
Comment has been collapsed.
No changes on this end, so it may have been an issue with Google serving the font.
Comment has been collapsed.
I only have my memory to trust that my browser prompted for update yesterday.
But if that was issue with Firefox and Google Fonts, why ctrl + f5 helped right away?
edit
My firefox.exe was created 3.06.2022 so I would assume I remembered that right
Comment has been collapsed.
Ctrl-F5 is a hard reload, it reloads the entire page (bypassing the browser cache) so the web font (Open Sans) is downloaded again from google servers.
It was not the solution, I added that tip because it was the quickest way to check that it was already fixed (by Google).
Comment has been collapsed.
Enjoyed following this. Thank you to all who did a little sleuthing especialy to Orono. Take a bow, sir! :)
Comment has been collapsed.
2 Comments - Last post 1 minute ago by Carenard
1,014 Comments - Last post 24 minutes ago by sensualshakti
155 Comments - Last post 47 minutes ago by MeguminShiro
20 Comments - Last post 2 hours ago by entomberr
66 Comments - Last post 3 hours ago by WastedYears
17 Comments - Last post 4 hours ago by adam1224
448 Comments - Last post 4 hours ago by Marius11
709 Comments - Last post 14 seconds ago by JMM72
20 Comments - Last post 2 minutes ago by Geralt28
44 Comments - Last post 14 minutes ago by Thedarksid3r
0 Comments - Created 20 minutes ago by AmikoNovich
55 Comments - Last post 25 minutes ago by Mirzabah
3 Comments - Last post 27 minutes ago by YuriXboy
1,858 Comments - Last post 42 minutes ago by MeguminShiro
I bumped my mouse a few minutes ago and it accidentally clicked something, and it made all of the bold fonts on the site normal. I don't know how it did it, and don't know how to fix it either.Not my fault, thanks to orono for figuring out the cause.Something happened to Steamgifts that stopped its font from working properly on Firefox, as a result all text is the same weight, and isn't bold anymore.
The site is supposed to look like this (on my PC anyway): https://i.imgur.com/oJukCIW.png
Now it looks like this: https://i.imgur.com/upFNQ8v.png
cg pls fixIt wasn't Steamgifts/cg's fault, the font itself broke and now it's fixed. thank cg and orono
Comment has been collapsed.