@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Ubuntu',
fullName: 'Ubuntu Bold',
postscriptName: 'Ubuntu-Bold',
category: 'sans-serif',
capHeight: 693,
ascent: 932,
descent: -189,
lineGap: 28,
unitsPerEm: 1000,
xHeight: 526,
xWidthAvg: 480,
subsets: {
latin: {
xWidthAvg: 480
},
thai: {
xWidthAvg: 500
}
}
};