-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
The problem:
- CSS21 tests use
exunits with Ahem font. - Ahem font's
xglyph is a full-height square, but it definesx-heightto0.8emin theOS/2table of the font file. - Reading the
OS/2table is not possible because:- The
OpenTypeinterface is not available. - Getting the underlying file / inputstream of a font is not possible.
- The
- Per CSS Spec, if the
x-heightcan't be correctly calculated, it should default to0.5em. However,0.5emis too low for many fonts (causes problems with vote counts on reddit for example).