I like how fonts look on a Mac. Is it possible to render something similar in a website and have it work on all operating systems and browsers? I'm aware of font-face but I can't seem to find a clean font. Ideally I want Arial but more smooth.

link|improve this question
2  
do you like mac fonts or how mac RENDERS the fonts? – Mauricio Jun 24 '11 at 0:02
Verdana is not well liked, some links: Verdana must die for the good of the planet, Don't smoke Verdana!. – RobG Jun 24 '11 at 0:29
feedback

migrated from stackoverflow.com Jun 24 '11 at 2:41

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

This is not Mac-font-specific, but: in order to have a font that is available on every platform, you could use webfonts. Google Webfonts provides them, for example. The only thing you have to do is include a Stylesheet in your head-area and you are ready to go. Every modern browser is able to load and show those webfonts.

Just take a look at a gallery, there are a lot fonts that have a nice and smooth look.

link|improve this answer
However every browser renders fonts differently. – paulmorriss Jun 24 '11 at 11:34
feedback

Take the font from your filesystem and upload it to this website. Use the cufon script to render your images. I did this on my profile website, and a few others. It looks pretty nice, though can have a slight delay.

http://cufon.shoqolate.com/generate/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown