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