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
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