I need to enable bold fonts in sublime text 2. I tried font_options but it didn't worked for me.
Add the following to your Preferences.sublime-settings
file:
{
// Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias",
// "subpixel_antialias" and "no_round" (OS X only)
"font_options": ["bold"]
}
Some fonts don't have true bold variations. (Here's a post on the Sublime Text forum explaining it.) Try using "DejaVu Sans Mono" or "Courier New", these will work in any case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With