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