@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'Lato',
fullName: 'Lato Regular',
postscriptName: 'Lato-Regular',
category: 'sans-serif',
capHeight: 1433,
ascent: 1974,
descent: -426,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1013,
xWidthAvg: 871,
subsets: {
latin: {
xWidthAvg: 871
},
thai: {
xWidthAvg: 1063
}
}
};