[ postfixadmin-Bugs-1938812 ] CSS font size choice squashes text
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-04-09 17:20:56
|
Bugs item #1938812, was opened at 2008-04-09 10:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1938812&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: CSS font size choice squashes text Initial Comment: https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin/trunk/css/default.css body { background: #ffffff; color: #000000; font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; } The choice of 11 point BitStream Vera Sans causes some display errors for Mac users that can be seen on http://postfixadmin.sourceforge.net/ in the text "However, it may contain bugs." toward the bottom of the page. The 11pt font causes text overlapping when rendered bold (either <b> or <strong>) or italic, so that the "it may contain bugs" text is itself squashed like a bug ;) At least, that's the rendering I get from the chosen fonts for Firefox on Mac OS X. Setting the font size to 10 or 12 resolves the issue for me. So this is probably as much a bug in the font "BitStream Vera Sans" on Mac OS X, since if I put arial, verdana or helvetica ahead I get fine rendering at 11pt. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1938812&group_id=191583 |