@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
module.exports = {
familyName: 'Lato',
fullName: 'Lato-Light',
postscriptName: 'Lato-Light',
category: 'sans-serif',
capHeight: 1415,
ascent: 1974,
descent: -426,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 995,
xWidthAvg: 847,
subsets: {
latin: {
xWidthAvg: 847
},
thai: {
xWidthAvg: 1025
}
}
};