- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 20 Jul 2005 11:30:27 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user, You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification. The following page has been changed by Deborah Cawkwell: http://esw.w3.org/topic/geoUnicodeConsiderationsWhenUpgrading The comment on the change is: CSS generic font fallback example ------------------------------------------------------------------------------ ==== Suitable fonts ==== - Correct script display requires Unicode support by the operating system and availability on the machine of Unicode fonts. + Correct script display requires Unicode support at the application or operating system level and availability on the machine of Unicode fonts. - CSS can help with font family fallbacks in the case where the user does not have a specific font, but another font will display the text readably. Do use CSS generic font family fallbacks, eg, serif, sans-serif. + CSS can help with font family fallbacks in the case where the user does not have a specific font, but another font will display the text readably. Do use CSS generic font family fallbacks, eg, serif, sans-serif, eg: + + .headline {font-family:Verdana,Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; padding-bottom:4px;} Modern operating systems support Unicode:
Received on Wednesday, 20 July 2005 14:15:48 UTC