Issue
I have experienced issues in which fonts are expressed differently depending on the operating system.
I want to know
Can ascender and descender areas change depending on the font conversion method?
– I would like to know if consistent expression is possible through font conversion method even if the operating system is different.
What I did
I thought the font design was wrong and I used to move on to using a other font.
I suspected CSS vertical-align, but it was different for each OS even if I applied all the properties.
Or I transformed differently by identifying the operating system with JS, or set up different lines-height.
But now, I leave a question because I want to gain professional knowledge.