@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 342 B
JavaScript
module.exports = {
familyName: 'Lancelot',
fullName: 'Lancelot',
postscriptName: 'Lancelot',
category: 'display',
capHeight: 1190,
ascent: 1595,
descent: -668,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 804,
xWidthAvg: 732,
subsets: {
latin: {
xWidthAvg: 732
},
thai: {
xWidthAvg: 388
}
}
};