@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Red Rose',
fullName: 'Red Rose SemiBold',
postscriptName: 'RedRose-SemiBold',
category: 'display',
capHeight: 600,
ascent: 937,
descent: -312,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 468,
xWidthAvg: 490,
subsets: {
latin: {
xWidthAvg: 490
},
thai: {
xWidthAvg: 420
}
}
};