- 2,479
- 2,209
I've lost my tail! My "g" has been truncated to a "q"!
Firefox 43.0.4 Win 8.1mfb said:I see it properly. Which browser and OS do you use?
I'm using Firefox 43.0.4 also, but I do not have this problem. Try the following:Ygggdrasil said:I notice this also (given the number of "g"s in my name) on Firefox 43.0.4 on Windows 7.
View attachment 95131
The issue is still there, but less noticible in Chrome 48.0.2564.97 m
View attachment 95132
Already checked.TurtleMeister said:I'm using Firefox 43.0.4 also, but I do not have this problem. Try the following:
Tools - Options - Content - Advanced
Put a check mark in: Allow pages to choose their own fonts, instead of my selections.
After using Firefox's inspection tools on this page, it seems the font in question is "PT Sans Bold" which isn't installed in my system but is being successfully downloaded from a remote site (Google Fonts, I think).TurtleMeister said:It could be that your operating system does not have the font that this web page is requesting. If that is the case then your browser would use the next font that is defined in the font family stack which is defined in the CSS file for this web page. In the CSS file it would look something like this:
font-family: “Century Gothic”, Helvetica, Arial, sans-serif;
In the case above if your system does not have "Century Gothic" then it would use "Helvetica". If it does not have "Helvetica" then it would use "Arial" etc. To find out what fonts you have on your system, go to c:\windows\fonts. I don't know what the font in question is. Maybe Greg knows.