Re: font-size question
Felix Miata wrote:
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;
}
I'll study it.
Thanks,
T.
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.
should work if you don't mind ignoring the user's monospace font-family
and size preferences.
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.
instructive in understanding that page's TT CSS sizing rule.
Thanks,
T.
Comment