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