Anas22 / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

The letter 'T' gets a strange look in Chrome on Windows #341

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Printing out the capital letter T and viewing it in Chrome on Windows.
2. The error is visible at 
http://www.kortedalavardcentral.se/vi_som_jobbar_har, look for the word 
"Tolkar".

What is the expected output? What do you see instead?
The capital 'T' gets long sides and looks almost like a square instead of the 
letter 'T'.

What version of the product are you using? On what operating system?
Windows 8.1, Chrome 37.0.2062.120 m

Please provide any additional information below.

Original issue reported on code.google.com by a...@kodamera.se on 23 Sep 2014 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
Holy cr... I forgot to tell you it was the font 'Rokkitt' this was about.

Original comment by a...@kodamera.se on 23 Sep 2014 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by pathum...@gmail.com on 26 Sep 2014 at 6:20

GoogleCodeExporter commented 9 years ago
Hi, I have the same issue here. Did you get it solved?? Thanks, Peter

Original comment by klangsch...@googlemail.com on 13 Nov 2014 at 10:30

GoogleCodeExporter commented 9 years ago
It not only effects the "T", it's the "7", too. Why is it that the google 
browser can't handle a google font?? Regards

Original comment by klangsch...@googlemail.com on 14 Nov 2014 at 10:29

GoogleCodeExporter commented 9 years ago
How did you solve this issue ?

Original comment by nabeelma...@gmail.com on 14 Nov 2014 at 1:34

GoogleCodeExporter commented 9 years ago
Putting the following at the beginning of the main css solved the problem for 
me:

@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);

Regards

Original comment by klangsch...@googlemail.com on 15 Nov 2014 at 12:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
@Klangsch

Thanks for your reply.
But it not working on my site.

Original comment by nabeelma...@gmail.com on 17 Nov 2014 at 11:32

Attachments:

GoogleCodeExporter commented 9 years ago
I tested the suggested fix (adding @import 
url(http://fonts.googleapis.com/css?family=Rokkitt:400,700); ) to the CSS file 
and it worked. It should be noted that you'll need to use "https" if your site 
is SSL enabled. I tested it on both an SSL and non SSL site (production and dev 
versions of the same site) and it worked.

Original comment by manfred....@gmail.com on 5 Dec 2014 at 4:12