Skip to content

Instantly share code, notes, and snippets.

@arvi
Created August 5, 2016 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvi/af18cbda263f35ba56dc34231c33ca50 to your computer and use it in GitHub Desktop.
Save arvi/af18cbda263f35ba56dc34231c33ca50 to your computer and use it in GitHub Desktop.
Custom Sublime font face settings (tabs, labels, and sidebar)
//------------------------------------------------------------------------------
// THEME FONT FACE
//------------------------------------------------------------------------------
//Tabs
{
"class": "tab_label",
"font.face" : ""
},
//Labels
{
"class": "label_control",
"font.face" : ""
},
{
"class": "label_control",
"parents": [{"class": "panel_control"}],
"font.face" : ""
},
{
"class": "tool_tip_label_control",
"font.face": ""
},
{
"class": "label_control",
"parents": [{"class": "status_bar"}],
"font.face": ""
},
//Sidebar
{
"class": "sidebar_heading",
"font.face": ""
},
{
"class": "sidebar_label",
"font.face": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment