@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 344 B
JavaScript
module.exports = {
familyName: 'Chivo',
fullName: 'Chivo Bold',
postscriptName: 'Chivo-Bold',
category: 'sans-serif',
capHeight: 686,
ascent: 940,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 511,
xWidthAvg: 486,
subsets: {
latin: {
xWidthAvg: 486
},
thai: {
xWidthAvg: 500
}
}
};