@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
export default {
familyName: 'Tapestry',
fullName: 'Tapestry Regular',
postscriptName: 'Tapestry-Regular',
category: 'handwriting',
capHeight: 640,
ascent: 950,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 454,
xWidthAvg: 434,
subsets: {
latin: {
xWidthAvg: 434
},
thai: {
xWidthAvg: 463
}
}
};