Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt San Francisco / add font settings #14

Open
iccir opened this issue Jun 17, 2015 · 5 comments
Open

Adopt San Francisco / add font settings #14

iccir opened this issue Jun 17, 2015 · 5 comments

Comments

@iccir
Copy link
Owner

iccir commented Jun 17, 2015

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"

@iccir
Copy link
Owner Author

iccir commented Jun 17, 2015

Updated settings:
el_capitan_font_default
el_capitan_font_san_francisco
el_capitan_font_helvetica_neue
el_capitan_font_helvetica

For now, the theme will ship with "Helvetica Neue" as the font. This will change to "SF UI Text" later this year.

Linux users affected by #8 can set el_capitan_font_default to true, which should be equivalent to @ig0r74 's fork.

@iccir
Copy link
Owner Author

iccir commented Jun 17, 2015

Pushed to master. This bug can be closed once default font is "SF UI Text" (later this year).

@untone
Copy link

untone commented Jun 18, 2015

Please, add ability to change default font size in settings.

@iccir
Copy link
Owner Author

iccir commented Jun 22, 2015

@untone - I'm not sure how to best do this, can you recommend other themes that have adjustable font sizes? Thanks!

@untone
Copy link

untone commented Jun 30, 2015

I mean ability to adjust sidebar font size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants