@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Unbounded',
fullName: 'Unbounded Black',
postscriptName: 'Unbounded-Black',
category: 'sans-serif',
capHeight: 750,
ascent: 995,
descent: -245,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 575,
xWidthAvg: 655,
subsets: {
latin: {
xWidthAvg: 655
},
thai: {
xWidthAvg: 876
}
}
};