@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
export default {
familyName: 'Sen',
fullName: 'Sen SemiBold',
postscriptName: 'Sen-SemiBold',
category: 'sans-serif',
capHeight: 670,
ascent: 962,
descent: -270,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 504,
xWidthAvg: 500,
subsets: {
latin: {
xWidthAvg: 500
},
thai: {
xWidthAvg: 691
}
}
};