Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created September 27, 2011 12:57
Show Gist options
  • Save bittersweetryan/1244995 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1244995 to your computer and use it in GitHub Desktop.
Set Consolas In Sublime Text 2
{
"font_face": "consolas",
"font_size": 11
}
@neosenate
Copy link

Here's mine:

{
    "color_scheme": "Packages/Color Scheme - Default/Solarized (light).tmTheme",
    "dictionary": "Packages/Language - English/en_GB.dic",
    "font_face": "Inconsolata",
    "font_size": 10,
    "highlight_line": true,
    "tab_size": 2,
    "word_wrap": true
}

@cxfksword
Copy link

thanks

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