Forum Moderators: open

Message Too Old, No Replies

Font and encoding

         

Gabriele

8:51 am on Oct 18, 2005 (gmt 0)

10+ Year Member



Hi all! :)
If I use the font "Lucida Sans Unicode", should I specify "utf-8" in the encoding part? I say so because I've found a page in "Position is everything" which uses this type of encoding (also in the CSS). thanx all! byez.

Gabriele

4:35 pm on Oct 18, 2005 (gmt 0)

10+ Year Member



I've found this in W3C documents:

Examples of fonts that fit this description include:
Latin fonts MS Trebuchet, ITC Avant Garde Gothic, MS Arial, MS Verdana, Univers, Futura, ITC Stone Sans, Gill Sans, Akzidenz Grotesk, Helvetica
Greek fonts Attika, Typiko New Era, MS Tahoma, Monotype Gill Sans 571, Helvetica Greek
Cyrillic fonts Helvetica Cyrillic, ER Univers, Lucida Sans Unicode, Bastion
Hebrew fonts Arial Hebrew, MS Tahoma
Japanese fonts Shin Go, Heisei Kaku Gothic W5
Arabic fonts MS Tahoma

I'm confused................................ :(

tedster

8:40 pm on Oct 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This font is a member of the Lucida family that has been extended to include commonly needed unicode characters.

If you are using those characters, then yes, I do think you need to serve UTF-8. But if you are not using any of the extended characters, then I would just avoid that specific font and use one of the other members of the Lucida font family. In addition, if your pages are in a non-English language, you should delare that language as an attribute of the html element -- <html lang="de"> for German, as an example.

Also note, even though Microsoft has widely distributed the Lucida Sans Unicode font for PC's beginning with Win98, for Mac users you should probably also include Lucida Grande in your css font family.