@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 360 B
JavaScript
export default {
familyName: 'Unbounded',
fullName: 'Unbounded Regular',
postscriptName: 'Unbounded-Regular',
category: 'sans-serif',
capHeight: 750,
ascent: 995,
descent: -245,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 566,
xWidthAvg: 600,
subsets: {
latin: {
xWidthAvg: 600
},
thai: {
xWidthAvg: 837
}
}
};