@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 376 B
JavaScript
export default {
familyName: 'Overpass Mono',
fullName: 'Overpass Mono Regular',
postscriptName: 'OverpassMono-Regular',
category: 'monospace',
capHeight: 1400,
ascent: 1766,
descent: -766,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1022,
xWidthAvg: 1232,
subsets: {
latin: {
xWidthAvg: 1232
},
thai: {
xWidthAvg: 1232
}
}
};