@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
module.exports = {
familyName: 'Miranda Sans',
fullName: 'Miranda Sans SemiBold',
postscriptName: 'MirandaSans-SemiBold',
category: 'sans-serif',
capHeight: 720,
ascent: 990,
descent: -240,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 527,
xWidthAvg: 477,
subsets: {
latin: {
xWidthAvg: 477
},
thai: {
xWidthAvg: 440
}
}
};