jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 389 forks source link

Fix font kerning visual bugs #618

Open alicescfernandes opened 3 years ago

alicescfernandes commented 3 years ago

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

mr-moon commented 3 years ago

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