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

4

1

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

enter image description here

cwd

Posted 2011-12-08T16:47:08.263

Reputation: 13 508

Answers

5

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

Lri

Posted 2011-12-08T16:47:08.263

Reputation: 34 501

1

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

vcsjones

Posted 2011-12-08T16:47:08.263

Reputation: 2 433

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 – 2011-12-08T17:15:25.353

0

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

Lee Harrison

Posted 2011-12-08T16:47:08.263

Reputation: 2 046