resume-cli icon indicating copy to clipboard operation
resume-cli copied to clipboard

Fix font kerning visual bugs

Open alicescfernandes opened this issue 3 years ago • 1 comments

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 (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')

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

alicescfernandes avatar Jul 06 '21 18:07 alicescfernandes

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

mr-moon avatar Oct 22 '21 13:10 mr-moon