Forum Moderators: open
But not is Safari.
Is the font your using available on the Mac? If not, it is going to default to a generic font family. For example, if you used Arial as your specified font for your website and you don't have Arial installed on your Mac, then Helvetica is the mostly likely next candidate in line to display.
<added>
I'm using the papyrus font.
I don't believe that font is a default font on the Mac.
You could set up the font family and start it with Papyrus for your own pleasure then list verdana, etc.
<font family="papyrus, verdana, arial, sans-serif">
Or for CSS use:
font-family: papyrus, verdana, arial, sans-serif;