I am trying to use web font Montserrat with czech characters. But czech characters render slightly lower than others.
font
<link href="https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext" rel="stylesheet">
css
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.25em;
Does anybody know how this issue is called in the typography and how to resolve it?