@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 340 B
JavaScript
module.exports = {
familyName: 'Gotu',
fullName: 'Gotu',
postscriptName: 'Gotu-Regular',
category: 'sans-serif',
capHeight: 713,
ascent: 1115,
descent: -545,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 514,
xWidthAvg: 495,
subsets: {
latin: {
xWidthAvg: 495
},
thai: {
xWidthAvg: 813
}
}
};