@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 384 B
JavaScript
export default {
familyName: 'Major Mono Display',
fullName: 'Major Mono Display Regular',
postscriptName: 'MajorMonoDisplay-Regular',
category: 'monospace',
capHeight: 696,
ascent: 900,
descent: -100,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 696,
xWidthAvg: 740,
subsets: {
latin: {
xWidthAvg: 740
},
thai: {
xWidthAvg: 740
}
}
};