Skip to content

Refactor [en] font-size and line-height

David Revoy requested to merge refactor-fontsize-lineheight into main

Big changes were made in DeevadHand font to workaround a bug in Inkscape and make the font more robust for latin-extended accents/diatric

To convert:

  • replace font-size:86px;line-height:1.1
  • with font-size:93px;line-height:1.0 in all SVGs.

Episode like episode 007 require manual scaling of word in larger. The font was reduced in size by 90%. So, for a 86px (old) add a bit less than 10%, eg. 8.6 , round to 8, substract 1 = 7px , and 86px+7px = 93px

Merge request reports