@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
export default {
familyName: 'Kumar One',
fullName: 'Kumar One Regular',
postscriptName: 'KumarOne-Regular',
category: 'display',
capHeight: 800,
ascent: 1137,
descent: -642,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 600,
xWidthAvg: 595,
subsets: {
latin: {
xWidthAvg: 595
},
thai: {
xWidthAvg: 750
}
}
};