@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Mea Culpa',
fullName: 'Mea Culpa Regular',
postscriptName: 'MeaCulpa-Regular',
category: 'handwriting',
capHeight: 800,
ascent: 1000,
descent: -400,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 300,
xWidthAvg: 293,
subsets: {
latin: {
xWidthAvg: 293
},
thai: {
xWidthAvg: 363
}
}
};