@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 345 B
JavaScript
export default {
familyName: 'Play',
fullName: 'Play Regular',
postscriptName: 'Play-Regular',
category: 'sans-serif',
capHeight: 649,
ascent: 937,
descent: -220,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 484,
xWidthAvg: 450,
subsets: {
latin: {
xWidthAvg: 450
},
thai: {
xWidthAvg: 260
}
}
};