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