@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Handjet',
fullName: 'Handjet Regular',
postscriptName: 'Handjet-Regular',
category: 'display',
capHeight: 5280,
ascent: 7200,
descent: -1920,
lineGap: 0,
unitsPerEm: 8160,
xHeight: 3840,
xWidthAvg: 2704,
subsets: {
latin: {
xWidthAvg: 2704
},
thai: {
xWidthAvg: 3360
}
}
};