I’m using Vaadin 25.1 with Lumo and a few style adjustments, including the font “Europa”.
In Chrome and Edge, letters with descender (g, j, p etc.) are missing a few pixels at the bottom in input fields:
This does not happen in Firefox, and it also works in Chrome and Edge when zooming to 110% or 90%.
Which CSS properties should I be looking for to fix this? I tried to play with height, line-height, padding-bottom, and a few others, but no success so far.
I haven’t tried a static HTML yet, but the font works fine in other web applications of this company (at least one uses JSF/Primefaces for the frontend).