@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 362 B
JavaScript
module.exports = {
familyName: 'Crimson Pro',
fullName: 'Crimson Pro Regular',
postscriptName: 'CrimsonPro-Regular',
category: 'serif',
capHeight: 587,
ascent: 918,
descent: -220,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 430,
xWidthAvg: 410,
subsets: {
latin: {
xWidthAvg: 410
},
thai: {
xWidthAvg: 512
}
}
};