@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 388 B
JavaScript
module.exports = {
familyName: 'Just Another Hand',
fullName: 'Just Another Hand Regular',
postscriptName: 'JustAnotherHand-Regular',
category: 'handwriting',
capHeight: 1436,
ascent: 1440,
descent: -608,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 880,
xWidthAvg: 450,
subsets: {
latin: {
xWidthAvg: 450
},
thai: {
xWidthAvg: 1024
}
}
};