-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Starting with 10.11, Apple is changing the system font to San Francisco instead of Helvetica Neue. The theme should be updated to use the new font, in order to match the system.
However, there are long standing issues with "Helvetica Neue" on Linux (See #8). My hunch is that this is due to the font having a space in the name, which may continue to be a problem with "SF UI Text". There may also be users that wish to continue using Helvetica Neue. Hence, I'd like to make the font a setting.
Based on @ig0r74 's fork, I'm tempted to remove the explicit "Helvetica Neue" font.face
selectors. This will sadly use Lucida Grande on OS X unless http://sublimetext.userecho.com/topic/773897-/ is fixed. However, it should prevent issues on other platforms.
To force a specific font, you would set one of the following settings:
el_capitan_use_san_francisco
to use "SF UI Text"
el_capitan_use_helvetica_neue
to use "Helvetica Neue"
el_capitan_use_helvetica
to use "Helvetica"