Skip to content

Instantly share code, notes, and snippets.

@takungsk
Created September 25, 2012 07:25
Show Gist options
  • Save takungsk/3780450 to your computer and use it in GitHub Desktop.
Save takungsk/3780450 to your computer and use it in GitHub Desktop.
Sublime text2 に Source Cord Pro フォントを設定

Sublime text2 に Source Cord Pro を設定してみました。

Adobeから発表された プログラム用のフォント

Adobe から発表された コーディング用のフォントである Source Cord Pro を早速 Sublime text2 に設定してみました。

Adobeのブログ

フォントは Github
adobe / Source-Code-Pro から ダウンロード可能です。

使っているOSは Mac OSx 10.8 です。

Sublime text 2 の設定は Preferences -> Settings User

"font_face": "Source Code Pro"

と新しく追加した Source Cord Pro フォントを追加します。
ファイル名は SourceCodePro-Regular.otf を追加しました。

その他のフォント名には

  • Source Cord Pro Black
  • Source Cord Pro Bold
  • Source Cord Pro ExtraLight
  • Source Cord Pro Light
  • Source Cord Pro Semibold

があります。

設定すると 以下のように表示されます。
なれも必要だと思いますが、1,l,I の区別もつけやすくて見やすいと思います。

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment