@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
export default {
familyName: 'Azeret Mono',
fullName: 'Azeret Mono Regular',
postscriptName: 'AzeretMono-Regular',
category: 'monospace',
capHeight: 698,
ascent: 937,
descent: -230,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 544,
xWidthAvg: 650,
subsets: {
latin: {
xWidthAvg: 650
},
thai: {
xWidthAvg: 1300
}
}
};