@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
export default {
familyName: 'Jua',
fullName: 'Jua Regular',
postscriptName: 'Jua-Regular',
category: 'sans-serif',
capHeight: 711,
ascent: 800,
descent: -200,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 432,
xWidthAvg: 527,
subsets: {
latin: {
xWidthAvg: 527
},
thai: {
xWidthAvg: 719
}
}
};