Sublime Text 3 - Sidebar Font Face Change
Solution 1:
You almost got it. In "class": sidebar_label
just add a comma after the last entry and on the next line put the following:
"font.face": "Comic Sans"
(or whatever font you want). If the size is off, just add a comma and another line:
"font.size": 10
(or whatever size works).