Skip to content

Instantly share code, notes, and snippets.

@phirefly
Created July 12, 2015 03:52
Show Gist options
  • Save phirefly/45355b3f5f95e392e719 to your computer and use it in GitHub Desktop.
Save phirefly/45355b3f5f95e392e719 to your computer and use it in GitHub Desktop.
Sublime: Font settings with Fira Mono
{
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"font_face": "Fira Mono",
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_top": 0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment