@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
module.exports = {
familyName: 'Faustina',
fullName: 'Faustina Regular',
postscriptName: 'Faustina-Regular',
category: 'serif',
capHeight: 648,
ascent: 1043,
descent: -217,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 494,
xWidthAvg: 416,
subsets: {
latin: {
xWidthAvg: 416
},
thai: {
xWidthAvg: 700
}
}
};