@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
export default {
familyName: 'Poetsen One',
fullName: 'PoetsenOne',
postscriptName: 'PoetsenOne-Regular',
category: 'display',
capHeight: 710,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 550,
xWidthAvg: 473,
subsets: {
latin: {
xWidthAvg: 473
},
thai: {
xWidthAvg: 648
}
}
};