Angela French wrote:
> Hello, You know the little accents over the e's in the word résumé? > I have coded them two different ways: > > <h2>Résumé Writing</h2> <h2>Résumé > Writing</h2> > > The font family is: font-family: "Century Gothic","Apple > Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif; > In every desktop browser I test in, it renders fine. But on my > iPad, the e's render extra bold. Is there some way to control this > with CSS or some other way to code it that would make it not do > that? > Thank you The probability is that e-acute is not found in the first-choice font that is found in your I-pad, so it falls back to a later (or generic) font in which it can be found but which is not matched for weight. As soon as you specify more than one font, and the fonts are not matched for content and/or weight, such an event is likely to occur. Incidentally, as you can type e-acute ("é") in your e-mail, why not enter them the same way in your web page ? I assume you are working in UTF-8 and not ASCII/ISO-8859-1. Philip Taylor ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/