Sublime Forum

How to change printing font in Print-To-Html plugin

#1

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.

0 Likes

#2

I figured this out: Change the font in Chrome Settings/Advanced Settings/Web Content/Customize fonts.

0 Likes