@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Urbanist',
fullName: 'Urbanist Regular',
postscriptName: 'Urbanist-Regular',
category: 'sans-serif',
capHeight: 1400,
ascent: 1900,
descent: -500,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1000,
xWidthAvg: 883,
subsets: {
latin: {
xWidthAvg: 883
},
thai: {
xWidthAvg: 1000
}
}
};