Status quo of Mercurial wiki

Giorgos Keramidas keramida at ceid.upatras.gr
Mon Nov 2 09:34:39 CST 2009


On Mon, 02 Nov 2009 16:20:22 +0100, "Alexander Schatten" <ml_alexanderschatten at gmx.at> wrote:
> So I would say, from my point of view, a very good decision. Just one
> minor comment: The header-fonts e.g. in the guide look pretty bad, at
> least in my setup (OS X, Firefox). They are not sharp and look like
> bitmaps with low resolution and do not fit to the rest of the
> text. Why not use default fonts?

This is a stylesheet issue.  They look crafty here too (Firefox 3.5
running under X11 on FreeBSD), but only if my Firefox preferences are
set to "Allow pages to select their own fonts":

  http://people.freebsd.org/~keramida/hgweb.png

The CSS style of the website uses a .font-family value of:

    Optimer,Helvetica,Arial,sans-serif

'Optimer' is not available here, and 'Helvetica' is a bitmap font.  So
the display of characters looks edgy at large font sizes.

I'm not a web designer myself, but things may look better with a font
family that is more likely to be a vector font on UNIX too, i.e.:

    Optimer,DejaVuSans,Helvetica,Arial,sans-serif

or just 'sans-serif'.



More information about the Mercurial mailing list