@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
module.exports = {
familyName: 'Alice',
fullName: 'Alice Regular',
postscriptName: 'Alice-Regular',
category: 'serif',
capHeight: 631,
ascent: 909,
descent: -234,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 453,
xWidthAvg: 451,
subsets: {
latin: {
xWidthAvg: 451
},
thai: {
xWidthAvg: 502
}
}
};