@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
module.exports = {
familyName: 'PT Mono',
fullName: 'PT Mono',
postscriptName: 'PTMono-Regular',
category: 'monospace',
capHeight: 700,
ascent: 885,
descent: -235,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 600,
subsets: {
latin: {
xWidthAvg: 600
},
thai: {
xWidthAvg: 600
}
}
};