@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
module.exports = {
familyName: 'Square Peg',
fullName: 'Square Peg Regular',
postscriptName: 'SquarePeg-Regular',
category: 'handwriting',
capHeight: 600,
ascent: 920,
descent: -400,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 260,
xWidthAvg: 257,
subsets: {
latin: {
xWidthAvg: 257
},
thai: {
xWidthAvg: 500
}
}
};