@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
module.exports = {
familyName: 'Jim Nightshade',
fullName: 'Jim Nightshade',
postscriptName: 'JimNightshade-Regular',
category: 'handwriting',
capHeight: 1234,
ascent: 1852,
descent: -1050,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 930,
xWidthAvg: 623,
subsets: {
latin: {
xWidthAvg: 623
},
thai: {
xWidthAvg: 400
}
}
};