@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 371 B
JavaScript
module.exports = {
familyName: 'Twinkle Star',
fullName: 'Twinkle Star Regular',
postscriptName: 'TwinkleStar-Regular',
category: 'handwriting',
capHeight: 705,
ascent: 930,
descent: -350,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 470,
xWidthAvg: 423,
subsets: {
latin: {
xWidthAvg: 423
},
thai: {
xWidthAvg: 518
}
}
};