@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'Medula One',
fullName: 'Medula One',
postscriptName: 'MedulaOne-Regular',
category: 'display',
capHeight: 650,
ascent: 846,
descent: -162,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 490,
xWidthAvg: 255,
subsets: {
latin: {
xWidthAvg: 255
},
thai: {
xWidthAvg: 120
}
}
};