Paul Annett wrote:
> I'd like to use Garamond as my main font to match with wedding
> stationary, but many people won't have it installed so I'm specifying
> Times New Roman as my main fallback font.
>
>   font:italic 100%/140% Garamond, "Times New Roman", serif;
>
>
> The problem is that Garamond is significantly smaller than Times New
> Roman.
>
> Is it possible to fallback to Times, but at a smaller specified size?
>
>
> thanks,
> Paul
>
>
>   
Others answered your question.
But when setting italic, you'll run the risk of "jaggies" regardless of 
the serif you choose. The font-size needs to be raised to display size; 
or, set so far below default it becomes very hard to read. Palatino is 
sometimes a nice touch(depending on who is getting married to whom or to 
what, of course). And at the risk of freaking out my friend Felix Miata, 
see if this does anything for those who may be sorry:
body {font: 100%/1.35 'Palatino Linotype', Palatino, Georgia, Garamond, 
your tnr stuff, serif;}
p { font-size: 120%;}/*tweak up not necessarily down and push it back or 
pull it forward with hue and/or value*/
~davidLaakso
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to