@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Gugi',
fullName: 'Gugi Regular',
postscriptName: 'Gugi-Regular',
category: 'display',
capHeight: 794,
ascent: 858,
descent: -142,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 602,
xWidthAvg: 588,
subsets: {
latin: {
xWidthAvg: 588
},
thai: {
xWidthAvg: 1000
}
}
};