Skip to content
New issue

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

Fix font kerning visual bugs #618

Open
alicescfernandes opened this issue Jul 6, 2021 · 1 comment
Open

Fix font kerning visual bugs #618

alicescfernandes opened this issue Jul 6, 2021 · 1 comment

Comments

@alicescfernandes
Copy link

Puppeteer has a bug related with the font kerning, where the letter spacing just looks a bit off in the words
Screenshot from 2021-07-06 18-53-18

This issue is already documentated in the puppeteer repo (puppeteer/puppeteer#2410) and the proposed solution is to add an arg on the launch arguments. Doing the following on the export-resume.js locally fixes this issue

puppeteerLaunchArgs.push('--font-render-hinting=none')

Screenshot from 2021-07-06 18-54-53

@mr-moon
Copy link

mr-moon commented Oct 22, 2021

Getting the same issue. medium hinting doesn't help either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants