I use the Lato font with a font weight 400, on the framework NextJS, with the font component, and I see a bad rendering of some characters.
Thanks a lot for your help :)
Describe the bug
On display, with the specified font-weight, the font isn't rendered correctly. I have tested with Roboto a font like Lato, and I don't have the same problem.
To Reproduce
On the NextJS framework, use the Lato font like this, font example in a src/common/styled/app/base/fontFace.ts file. By the way, I use Styled Components:
I use the Lato font with a font weight 400, on the framework NextJS, with the font component, and I see a bad rendering of some characters.
Thanks a lot for your help :)
Describe the bug
On display, with the specified font-weight, the font isn't rendered correctly. I have tested with Roboto a font like Lato, and I don't have the same problem.
To Reproduce
On the NextJS framework, use the Lato font like this, font example in a
src/common/styled/app/base/fontFace.ts
file. By the way, I use Styled Components:After, I use the CSS variable like this:
Expected behavior
Like another fonts, I expect to have a good rendering, and not the bad rendering that you can see on the first 2 screenshots below.
Screenshots
Test with the Roboto font with
font-weight: 400
:Additional context
Windows 10, Chrome 129.0.6668.101, Firefox 128.3.1esr (64 bits)