I have specified the font I usually use, Consola, in my preferences (Default.sublime-keymap):
,{
"keys": ["ctrl+alt+n"],
"command": "export_html",
"args": {
"table_mode": false,
"numbers": false,
"wrap": 0,
"multi_select": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"alternate_font_face": "Ubuntu Mono",
"style_gutter": false,
"no_header": true,
"save_location": "/private/tmp",
"time_stamp": ""
}
}
but it always export in Courier… could it be possible to pick an HTML/other available font instead of Courier…? what are available?
I have specified the font I usually use, Consola, in my preferences (Default.sublime-keymap):
but it always export in Courier… could it be possible to pick an HTML/other available font instead of Courier…? what are available?