Closed
Bug 532595
Opened 16 years ago
Closed 16 years ago
[nytimes-timeskimmer] does not load downloadable fonts if UA does not contain 'Firefox'
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: phiw2, Unassigned)
References
()
Details
http://www.nytimes.com/timesskimmer/ loads custom fonts through the TypeKit service.
The browser detection script only detects Firefox, not Minefield, SeaMonkey, etc.
(this could be a general problem with TypeKit though, I haven't investigate yet)
![]() |
Reporter | |
Comment 1•16 years ago
|
||
The TypeKit people send me the following:
[quote]
Thanks for the note. We're actually in the process of testing a change that will fix this for all Gecko browsers. I expect it to be live in the next few days. We will also re-publish all kits so all affected sites will automatically see the improvement.
[/quote]
I'll monitor the situation and resolve this bug when appropriate.
![]() |
Reporter | |
Comment 2•16 years ago
|
||
Good. I checked the NYT site linked above and now it displays the text with he custom fonts just as WebKit based browsers and Gecko browsers with 'Firefox' in the UA string.
from the js file:
{var C=D.match(/rv:(\d+\.\d+)\.(\d+).*Gecko\//);if(D.match(/rv:1.9.1b[123]{1}/)){return false}if(C){var B=C[1]+C[2];return parseFloat(B)>=1.91}}
Another site that was affected, and now displays correctly:
http://forabeautifulweb.com/
Marking this bug as FIXED.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•