@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Cute Font',
fullName: 'Cute Font Regular',
postscriptName: 'CuteFont-Regular',
category: 'display',
capHeight: 429,
ascent: 710,
descent: -290,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 312,
xWidthAvg: 356,
subsets: {
latin: {
xWidthAvg: 356
},
thai: {
xWidthAvg: 428
}
}
};