@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 358 B
JavaScript
module.exports = {
familyName: 'Ubuntu Mono',
fullName: 'Ubuntu Mono',
postscriptName: 'UbuntuMono-Regular',
category: 'monospace',
capHeight: 693,
ascent: 830,
descent: -170,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 520,
xWidthAvg: 500,
subsets: {
latin: {
xWidthAvg: 500
},
thai: {
xWidthAvg: 500
}
}
};