@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 364 B
JavaScript
export default {
familyName: 'B612 Mono',
fullName: 'B612 Mono Regular',
postscriptName: 'B612Mono-Regular',
category: 'monospace',
capHeight: 1500,
ascent: 1930,
descent: -500,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1100,
xWidthAvg: 1300,
subsets: {
latin: {
xWidthAvg: 1300
},
thai: {
xWidthAvg: 1300
}
}
};