Anas22 / googlefontdirectory

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

Advent Pro issue with capital Q + U #262

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Letters QU in caps (as in QUOTE)
2. Appear joined in Firefox v 22
Fine in Chrome 

What is the expected output? What do you see instead?
QUOTE with correct letter spacing
Instead we see this:

Original issue reported on code.google.com by solhar...@gmail.com on 17 Oct 2013 at 12:58

Attachments:

GoogleCodeExporter commented 9 years ago
This is also a bug in Chrome, except it doesn't use kerning by default. You can 
enable kerning with:
   text-rendering: optimizeLegibility;

The bug is visible in Chrome for OS X, but not in Chrome for Linux. I assume it 
doesn't support optimizeLegibility.

Other problematic pairs:
"Q,"
"P.M."

I'm attaching a test-case page.

Also see this Mozilla bug where I incorrectly reported it as a browser issue: 
https://bugzilla.mozilla.org/show_bug.cgi?id=932061

Original comment by saltyho...@gmail.com on 29 Oct 2013 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dcrossland@google.com on 30 Oct 2013 at 3:04