Ensuring the correct vertical position of large text

PHOTO EMBED

Fri Apr 16 2021 20:15:33 GMT+0000 (Coordinated Universal Time)

Saved by @MiaFolio #css #font #@font-face

@font-face {
  font-family: Hetilica;
  src: url(Hetilica.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  ascent-override: 75%;
  descent-override: 25%;
  line-gap-override: 0%;
}
content_copyCOPY

https://www.w3.org/TR/css-fonts-4/

https://tobireif.com/posts/ensuring_the_correct_vertical_position_of_large_text/