@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 380 B
JavaScript
module.exports = {
familyName: 'Homemade Apple',
fullName: 'Homemade Apple Regular',
postscriptName: 'HomemadeApple-Regular',
category: 'handwriting',
capHeight: 1022,
ascent: 1327,
descent: -866,
lineGap: 18,
unitsPerEm: 1024,
xHeight: 600,
xWidthAvg: 567,
subsets: {
latin: {
xWidthAvg: 567
},
thai: {
xWidthAvg: 358
}
}
};