@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
export default {
familyName: 'MonteCarlo',
fullName: 'MonteCarlo Regular',
postscriptName: 'MonteCarlo-Regular',
category: 'handwriting',
capHeight: 750,
ascent: 1200,
descent: -500,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 315,
xWidthAvg: 297,
subsets: {
latin: {
xWidthAvg: 297
},
thai: {
xWidthAvg: 175
}
}
};