Font metric overrides

Web font (Poppins) is in blue; local fallback font (Arial) is in red.

Before

@font-face { font-family: times-new-roman; src: local("Arial");}
Lorum Ipsum
Lorum Ipsum

After

@font-face { font-family: arial-adjusted; src: local("Arial"); ascent-override: 105%; descent-override: 35%; line-gap-override: 10%;}
Lorum Ipsum
Lorum Ipsum