font-size question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Takehiko Abe

    #31
    Re: font-size question

    Felix Miata wrote:
    Some variation on http://mrmazda.no-ip.com/auth/monospace-sizing.html
    should work if you don't mind ignoring the user's monospace font-family
    and size preferences.
    That works for FireFox (though not for safari). Thank you!

    This seems to work too:

    tt {
    font-family: monospace, courier;
    }

    This too:

    tt {
    font-family: monospace, nosuchfont;
    }

    http://mrmazda.no-ip.com/auth/Font/f...-samplesM.html might be
    instructive in understanding that page's TT CSS sizing rule.
    I'll study it.

    Thanks,
    T.

    Comment

    Working...