@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 364 B
JavaScript
module.exports = {
familyName: 'Zen Antique',
fullName: 'Zen Antique Regular',
postscriptName: 'ZenAntique-Regular',
category: 'serif',
capHeight: 726,
ascent: 1160,
descent: -288,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 473,
xWidthAvg: 488,
subsets: {
latin: {
xWidthAvg: 488
},
thai: {
xWidthAvg: 1000
}
}
};