Open avengerx opened 7 years ago
Hi, I found the Consolas font "cuter" in my google docs and I am using this change to lines 267-268 of the script:
if (!inSrc && (font===font.COURIER_NEW || font=="Consolas")) { while (i>=1 && txt.getFontFamily(attrs[i-1]) && (txt.getFontFamily(attrs[i-1])===font.COURIER_NEW || txt.getFontFamily(attrs[i-1])=="Consolas")) {
I'm not keen enough to guess what constant is from font.* that will match the Consolas font, but this way works for me. :)
(sorry I am too lazy to make a proper/decent pull request, so the alternative is here for whoever wants to implement to the code)
Hi, I found the Consolas font "cuter" in my google docs and I am using this change to lines 267-268 of the script:
I'm not keen enough to guess what constant is from font.* that will match the Consolas font, but this way works for me. :)
(sorry I am too lazy to make a proper/decent pull request, so the alternative is here for whoever wants to implement to the code)