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