@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 370 B
JavaScript
export default {
familyName: 'Playpen Sans',
fullName: 'Playpen Sans Regular',
postscriptName: 'PlaypenSans-Regular',
category: 'handwriting',
capHeight: 764,
ascent: 1170,
descent: -340,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 537,
xWidthAvg: 491,
subsets: {
latin: {
xWidthAvg: 491
},
thai: {
xWidthAvg: 683
}
}
};