We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: