@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
module.exports = {
familyName: 'Julee',
fullName: 'Julee Regular',
postscriptName: 'Julee-Regular',
category: 'handwriting',
capHeight: 206,
ascent: 894,
descent: -284,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 153,
xWidthAvg: 393,
subsets: {
latin: {
xWidthAvg: 393
},
thai: {
xWidthAvg: 535
}
}
};