What is the system font used on OS X in things like dialog boxes and system preferences?

enter image description here

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Most UI elements use Lucida Grande. Here's a screenshot from Tinker Tool:

link|improve this answer
feedback

Apple uses the Lucida Grande font as the standard system font in various sizes and weights. Some areas of the operating system such as editable text areas use another font, Helvetica by default. Mac OS X makes use of system-wide font anti-aliasing to make edges appear smoother.

Reference

link|improve this answer
Standard editable plain text views use Lucida Grande as well. (Even though Helvetica is the default font in some rich text views and sometimes rich text versions of the clipboard.) – Lri Dec 8 '11 at 17:15
feedback

I believe it is Helvetica, and the unique OSX font drawing method gives it that slick look.

For anyone interested, the method used to draw OSX fonts can be mimicked with a free utility called GDI++.

http://drwatson.nobody.jp/gdi++/index-en.html
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.