forked from agibsonsw/PrintHtml
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
S: triageIssue needs triage.Issue needs triage.
Description
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?
Metadata
Metadata
Assignees
Labels
S: triageIssue needs triage.Issue needs triage.