@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Almendra',
fullName: 'Almendra Regular',
postscriptName: 'Almendra-Regular',
category: 'serif',
capHeight: 666,
ascent: 951,
descent: -345,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 514,
xWidthAvg: 406,
subsets: {
latin: {
xWidthAvg: 406
},
thai: {
xWidthAvg: 180
}
}
};