@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
module.exports = {
familyName: 'Pangolin',
fullName: 'Pangolin Regular',
postscriptName: 'Pangolin-Regular',
category: 'handwriting',
capHeight: 720,
ascent: 937,
descent: -312,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 555,
xWidthAvg: 418,
subsets: {
latin: {
xWidthAvg: 418
},
thai: {
xWidthAvg: 480
}
}
};