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