@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 371 B
JavaScript
export default {
familyName: 'Archivo Black',
fullName: 'Archivo Black Regular',
postscriptName: 'ArchivoBlack-Regular',
category: 'sans-serif',
capHeight: 688,
ascent: 878,
descent: -210,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 528,
xWidthAvg: 553,
subsets: {
latin: {
xWidthAvg: 553
},
thai: {
xWidthAvg: 750
}
}
};