Font Clipping: Lost Tail & Truncated "g

  • Thread starter Thread starter DrGreg
  • Start date Start date
AI Thread Summary
Font clipping issues are being reported, particularly with the letter "g" appearing truncated or resembling a "q" in various browsers and operating systems. Users have noted that adjusting browser window sizes can affect the visibility of the font's tail, with Firefox 43.0.4 on Windows 8.1 and 7 showing varying results. The problem may stem from font availability on the user's system, as browsers will substitute fonts if the requested ones are not installed. It has been identified that "PT Sans Bold" is the font in question, which is not present on some systems but can be downloaded from external sources like Google Fonts. Ensuring the correct font settings in browser options may help alleviate some of these issues.
DrGreg
Science Advisor
Gold Member
Messages
2,479
Reaction score
2,209
upload_2016-1-30_22-15-22.png


I've lost my tail! My "g" has been truncated to a "q"!
 
Physics news on Phys.org
I see it properly. Which browser and OS do you use?

DrGreg.png
 
mfb said:
I see it properly. Which browser and OS do you use?
Firefox 43.0.4 Win 8.1
If I narrow my browser window -- to the point where the yellow banner across the top of the page wraps to two lines -- most of the "tail" reappears, but not quite all of it.

https://physicsforums-bernhardtmediall.netdna-ssl.com/data/attachments/78/78157-1665f58b11bd2b06fd308880d524d40c.jpg
________________________

I've just tried Internet Explorer 11.0.9600.18161 and it shows something similar to the image immediately above this sentence whatever the window width.
 

Attachments

  • upload_2016-1-31_0-15-32.png
    upload_2016-1-31_0-15-32.png
    402 bytes · Views: 499
Last edited by a moderator:
Chrome shows something half way in between. It might be a line height issue.
 
I notice this also (given the number of "g"s in my name) on Firefox 43.0.4 on Windows 7.
firefox.PNG


The issue is still there, but less noticible in Chrome 48.0.2564.97 m
chrome.PNG
 
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
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.
 
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.
Already checked.
 
I don't know what could be causing it, but I've noticed that the font in the posted images is not the same as the font in my browser.
 
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.
 
  • #10
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.
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).
 

Similar threads

Replies
3
Views
1K
Replies
4
Views
4K
Replies
11
Views
1K
Replies
8
Views
3K
Replies
1
Views
8K
Back
Top