User Name
Password
AppleNova Forums » Genius Bar »

font-family: Using Just "sans-serif"?


Register Members List Calendar Search FAQ Posting Guidelines
font-family: Using Just "sans-serif"?
Thread Tools
screensaver400
Veteran Member
 
Join Date: Jan 2005
 
2010-12-20, 16:12

I'm trying to select typefaces for an email newsletter template. We've designed it with Helvetica, but obviously few Windows PCs have the font, so Arial would be the second choice. However, Helvetica looks awful on Windows, for the few people that do have it.

Could I just put "sans-serif" as the only choice? I'd hope that it would default to Helvetica on Mac, Arial on Windows, and whatever Helvetica clone is available on Linux on that OS.

Are there any problems with this?
  quote
chucker
 
Join Date: May 2004
Location: near Bremen, Germany
Send a message via ICQ to chucker Send a message via AIM to chucker Send a message via MSN to chucker Send a message via Yahoo to chucker Send a message via Skype™ to chucker 
2010-12-20, 16:14

font-family is designed to let you put them in decreasing order of specificity, so in your case, just write:

Code:
font-family: Helvetica, Arial, sans-serif;
If Helvetica is available, that will be used. Otherwise, if Arial is, that will. Failing that, any preferred sans-serif typeface will be used.
  quote
screensaver400
Veteran Member
 
Join Date: Jan 2005
 
2010-12-20, 16:18

Yes, but I'd prefer Helvetica to never be used on Windows.

If I put Helvetica first, some Windows machines will display it. If I put Arial first, then Helvetica will almost never be used on Mac.
  quote
chucker
 
Join Date: May 2004
Location: near Bremen, Germany
Send a message via ICQ to chucker Send a message via AIM to chucker Send a message via MSN to chucker Send a message via Yahoo to chucker Send a message via Skype™ to chucker 
2010-12-20, 16:26

Ah, now I understand.

You can't really rely on sans-serif defaulting to Helvetica on the Mac than you can on Helvetica being ugly in Windows (it's gonna look somewhat better in IE 9).

If you really want to ensure that it looks as you intended, supply the typeface yourself using @font-face.
  quote
Posting Rules Navigation
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Post Reply

Forum Jump
Thread Tools
Similar Threads
Thread Thread Starter Forum Replies Last Post
"Family Guy"; am I the only one... psmith2.0 AppleOutsider 73 2007-12-11 20:13
What Font Is This? (School-ish, serif, bold) drewprops Genius Bar 27 2006-11-08 21:13
What is Apple's new sans-serif corporate typeface? Kusakun Apple Products 28 2006-03-29 23:24
"The Family Stone"...a nice little movie psmith2.0 AppleOutsider 16 2005-12-22 11:46
what font does apple use in it's "think different" ads... .Hack General Discussion 4 2005-01-29 17:53


« Previous Thread | Next Thread »

All times are GMT -5. The time now is 10:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2024, AppleNova