Open bokub opened 1 year ago
Font spacing in inconsistent when puppeteer is launched in headless mode (related issue).
For example, if you input the following text in wtfresume.com, the numbers are aligned as you can see in the screenshot.
aaaaa..................................................................|111 qwertyasdfzxcvyuiohjklbnm.............................|222 longlonglonglonglonglonglonglongshorty......|333
However, this is what the rendered PDF looks like:
With --font-render-hinting=none, the issue is fixed, as you can see here:
--font-render-hinting=none
Someone is attempting to deploy a commit to a Personal Account owned by @sramezani on Vercel.
@sramezani first needs to authorize it.
Font spacing in inconsistent when puppeteer is launched in headless mode (related issue).
For example, if you input the following text in wtfresume.com, the numbers are aligned as you can see in the screenshot.
However, this is what the rendered PDF looks like:
With
--font-render-hinting=none
, the issue is fixed, as you can see here: