@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 366 B
JavaScript
export default {
familyName: 'Nunito Sans',
fullName: 'Nunito Sans Regular',
postscriptName: 'NunitoSans-Regular',
category: 'sans-serif',
capHeight: 705,
ascent: 1011,
descent: -353,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 486,
xWidthAvg: 452,
subsets: {
latin: {
xWidthAvg: 452
},
thai: {
xWidthAvg: 500
}
}
};