Forum Moderators: not2easy
I'm trying to display some text primarily with Corbel. The problem arises when someone that doesn't have installed that font wants to view the site. The secondary font -Tahoma- looks very big.
I tried to use
font-size-adjust, but it only looks good on Firefox 2, and it doesn't validate. Is there any method that can override the use of
font-size-adjust and make the code compatible with every browser? I have some em measures that make Corbel and Tahoma sizes very similar Thanks in advance.
PS: My doctype is XHTML 1.0 Transitional
font-size-adjust is not supported by virtually all browsers to my knowledge even though it is CSS2. This issue has also been discussed before for when the default font is not available. If you search WebmasterWorld or check the CSS Forum Library, you should find it.
Marshall