[Webkit-unassigned] [Bug 19161] wrong font size when css font-family includes monospace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 20 17:03:46 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=19161
jshin at chromium.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jshin at chromium.org
------- Comment #8 from jshin at chromium.org 2009-04-20 17:03 PDT -------
(In reply to comment #4)
> Created an attachment (id=21685)
--> (https://bugs.webkit.org/attachment.cgi?id=21685&action=view) [review]
> screenshot comparing safari, firefox, ie
>
> Screenshot showing Safari with a tiny default monospace font where FF and IE
> agree on a different one.
In this particular case, the style specified by Google Groups is :
<font face="Courier, Monospaced" class="fixed_width">
Class fixed_width gets these two from
http://groups.google.com/groups/style.css
.fixed_width { font-family: fixed-width, monospace; font-size: 90%}
.msg .mb .fixed_width { font-family: fixed-width, monospace; font-size: 100%}
The computed font size in Safari 4beta is 10px while in Firefox3 is 12.08px.
So, at least for Google Groups, there appears to be a separate issue that needs
to be fixed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list