resume-cli
resume-cli copied to clipboard
Fix font kerning visual bugs
Puppeteer has a bug related with the font kerning, where the letter spacing just looks a bit off in the words
This issue is already documentated in the puppeteer repo (https://github.com/puppeteer/puppeteer/issues/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')
Getting the same issue. medium
hinting doesn't help either.