Different interpretation of metrics in different browsers for my webfont

Hi! How can I make the metrics in different browsers consistent for my webfont. Here is a comparison of Firefox and Chrome. I selected the text to show how differently the glyphs are positioned. Is it something that can be adjusted? Thank you for your support!

You have to make sure that typoAscender/Descender/LineGap and hheaAscender/Descender/LineGap values are in sync, and. That the UseTypoMetrics bit is set. More details in the Vertical Metrics tutorial. Follow the Webfont strategy outlined there.

1 Like

Thank you for your help!