@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
module.exports = {
familyName: 'Gloock',
fullName: 'Gloock Regular',
postscriptName: 'Gloock-Regular',
category: 'serif',
capHeight: 750,
ascent: 975,
descent: -225,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 508,
xWidthAvg: 467,
subsets: {
latin: {
xWidthAvg: 467
},
thai: {
xWidthAvg: 565
}
}
};