Figured it out. Strange thing, but basically if you don't have the fonts "Lucida Grande Bold" and "Lucida Grande" the text won't appear.
Both fonts can be found included with the download at:
"C:\Program Files\Safari\Safari.resources" copy and paste the fonts into your font directory "C:\WINDOWS\Fonts"
Then open up the "Font.plist" file which is located below:
"C:\Documents and Settings\<username>\Local Settings\Application Data\Apple Computer\Safari"
And copy this string, but make sure not to break any others up, into the list:
<key>Lucida Grande</key>
<string>C:\WINDOWS\Fonts\Lucida Grande.ttf</string>
<key>Lucida Grande Bold</key>
<string>C:\WINDOWS\Fonts\Lucida Grande Bold.ttf</string>
Voila now it works for me. Can't believe it was something as small as that, yet enough that Apple would miss that? Strange.
Ryan
|