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