tol-is / vertical-metrics

Testing vertical metrics typography across browsers.

Home Page:https://vertical-metrics.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical metrics determine the baseline in a text and the space between lines of text. For historical reasons, there are three pairs of ascender/descender values, known as hhea, OS/2 and uSWin metrics. Depending on the font, operating system and application a different set will be used to render text on the screen. The browser too.

Mac On the Mac, Safari and Chrome use the hhea values to render text. Firefox will respect the useTypoMetrics setting and will use the OS/2 if it is set. Otherwise it will use the hhea metrics

Windows On Windows, all browsers respect the useTypoMetrics setting. If set, will use the OS/2 metrics, otherwise they will use the usWin metrics

About

Testing vertical metrics typography across browsers.

https://vertical-metrics.netlify.app/


Languages

Language:JavaScript 94.3%Language:HTML 3.1%Language:CSS 2.6%