How do I change the font browser (Chrome) uses when printing with sublimetext-print-to-html https://github.com/joelpt/sublimetext-print-to-html? I tried to change the font to Consolas in User Preferences like this but it did not work:
[code]// Set the font used (CSS font-family syntax)
//“font_face”: “‘Lucida Console’”,
“font_face”: “Consolas”,
“font_face”: “monospace”,[/code]
Thanks.