@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Sunflower',
fullName: 'Sunflower Bold',
postscriptName: 'Sunflower-Bold',
category: 'sans-serif',
capHeight: 685,
ascent: 782,
descent: -218,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 435,
subsets: {
latin: {
xWidthAvg: 435
},
thai: {
xWidthAvg: 500
}
}
};