@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 356 B
JavaScript
export default {
familyName: 'Text Me One',
fullName: 'Text Me One',
postscriptName: 'TextMeOne-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 952,
descent: -269,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 502,
xWidthAvg: 446,
subsets: {
latin: {
xWidthAvg: 446
},
thai: {
xWidthAvg: 300
}
}
};