news.launchpad.net uses three slightly-different typefaces

Bug #121664 reported by Matthew Paul Thomas
2
Affects Status Importance Assigned to Milestone
Launchpad Blog WordPress Theme
Fix Released
Low
Martin Albisetti

Bug Description

<http://news.launchpad.net/> uses "'Lucida Grande',Verdana,Arial,Sans-Serif" for the location bar, and for the body text. It uses some other typeface (apparently DIN 1451 MittelSchrift or another of the DIN family) for the "Launchpad" and "Launchpad News" tabs. And it uses "'Trebuchet MS',Verdana,Sans-Serif" for the headings.

This doesn't look so bad if you have neither Lucida Grande nor Trebuchet MS installed. But if you do, it's three similar-but-not-identical typefaces being used on the same page, which is ugly.

This can be fixed by:
* fixing the news.launchpad.net style sheet to use the same typeface selection for headings as it does for body text;
* redrawing the "Launchpad" and "Launchpad News" graphics in a typeface that is more distinct from the humanist ones used for headings and body text.

Revision history for this message
Matthew Revell (matthew.revell) wrote :

Thanks Matthew. I'll ask Matt Nuzum to take a look.

Changed in launchpad-documentation:
assignee: nobody → newz
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Actually it appears the DIN typeface is used for the big buttons on <https://launchpad.net/> too, so that problem may need solving separately. But at least the heading/body typefaces can be harmonized here.

Changed in launchpad-documentation:
importance: Undecided → Low
Revision history for this message
Joey Stanford (joey) wrote :

The currently defined and used fonts in the various css I can get to are:

'Lucida Grande', Verdana, Sans-Serif
'Trebuchet MS', Verdana, Sans-Serif
Lucida Grande', Verdana, Arial, Sans-Serif

I'm not sure where the others are coming from. We can change those above and the sizing in the theme if we want.

Revision history for this message
Matthew Revell (matthew.revell) wrote : Re: [Launchpad-doc] [Bug 121664] Re: news.launchpad.net uses three slightly-different typefaces

On 26/03/2008, Joey Stanford <email address hidden> wrote:
> The currently defined and used fonts in the various css I can get to
> are:
>
> 'Lucida Grande', Verdana, Sans-Serif
> 'Trebuchet MS', Verdana, Sans-Serif
> Lucida Grande', Verdana, Arial, Sans-Serif
>
>
> I'm not sure where the others are coming from. We can change those above and the sizing in the theme if we want.

We may want to do a more thorough re-fresh of the blog theme soon.
Presumably this font tweak won't be a great deal of work, though.

Where does the Trebuchet show up? In the green LP header? Is Lucida
Grande used anywhere else within LP?

I'd be surprised if many of our readers had Lucida Grande installed by default.

 --
Matthew Revell - Launchpad and Bazaar rock!
Join us in #launchpad and #bzr on irc.freenode.net

Revision history for this message
Joey Stanford (joey) wrote :

/*- Headings */

h1, h2, h3, h4 {
 font-family: 'Trebuchet MS', Verdana, Sans-Serif;
 }

body {
 font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
 color: #444;
 background: #EDEDED;
 text-align: center;
 margin: 0 0 30px;
 }

Martin Albisetti (beuno)
Changed in launchpad-documentation:
assignee: newz → beuno
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.