@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
module.exports = {
familyName: 'Stoke',
fullName: 'Stoke Regular',
postscriptName: 'Stoke-Regular',
category: 'serif',
capHeight: 683,
ascent: 2030,
descent: -530,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 479,
xWidthAvg: 1168,
subsets: {
latin: {
xWidthAvg: 1168
},
thai: {
xWidthAvg: 1528
}
}
};