Web Pages using Verdana not displaying

Not a bad effort so far by Apple to infiltrate the browser market, but I am having one problem that has me perplexed - web sites using the Verdana font aren't displaying any of that text. This happening both on actual web sites and pages stored locally - I am a web designer.

This only happens with the Verdana font - all the others come up fine; even the simplest of web page coding causes the problem. Additionally, under Preferences - Appearance, if I change the Standard Font to Verdana, the field is blank. The Verdana that is installed is Opentype, so I'm not sure if Safari supports Opentype or not (I presume it does, since other Opentype fonts appear to be working)

Windows XP

Posted on Jun 11, 2007 4:43 PM

Reply
6 replies

Jun 11, 2007 6:30 PM in response to delerium

This appears to be very closely related to this bug regarding UI text not displaying - if you have a moderately large (but still reasonable) number of fonts installed, Safari doesn't even get down to the 'V's when enumerating the available fonts; with a particularly large font collection, it doesn't even get to Lucida Grande, thus producing a blank interface. Definitely a bug.

PowerBook G4 1.6GHz Mac OS X (10.4.3)

Jun 11, 2007 7:19 PM in response to delerium

What I have found on my PC is that Safari 3 for Windows cannot render certain fonts. I can render Arial, but not Tahoma; Georgia, but not Times New Roman.

This inability to render fonts even extends (in my experiments) to the Edit Preferences dialog, when one selects the default fonts: the same fonts which cannot be rendered in web pages come up as blanks when they are selected as the default fonts in the dialog.

Jun 12, 2007 6:43 AM in response to cupsdell

Ok, upon reading some other messages, it does appear that Safari isn't reading the entire font list. You can, however, fix it by modifying the Fonts.plist file, which is located in this folder:

C:\Documents and Settings\<username>\Local Settings\Application Data\Apple Computer\Safari

Local Settings is usually hidden, so you will have to change your settings in My Computer (Tools -> Folder Options -> View -> Show hidden files and folders)

Add the following lines at the end of the font list that is already there:

<key>Verdana</key>
<string>C:\WINDOWS\Fonts\verdana.ttf</string>
<key>Verdana Bold</key>
<string>C:\WINDOWS\Fonts\verdanab.ttf</string>
<key>Verdana Italic</key>
<string>C:\WINDOWS\Fonts\verdanai.ttf</string>
<key>Verdana Bold Italic</key>
<string>C:\WINDOWS\Fonts\verdanaz.ttf</string>

Save the file (I did make a backup of it before I changed the file, just in case). Obviously this is only for Verdana; if you have others that are missing, add them in the same manner.

I also marked the file as read-only - it was mentioned elsewhere - not sure if that was required or not. It can be marked read-only under the file Properties.

Windows XP

Windows XP

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Web Pages using Verdana not displaying

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.