@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
export default {
familyName: 'Alegreya',
fullName: 'Alegreya Regular',
postscriptName: 'Alegreya-Regular',
category: 'serif',
capHeight: 637,
ascent: 1016,
descent: -345,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 452,
xWidthAvg: 410,
subsets: {
latin: {
xWidthAvg: 410
},
thai: {
xWidthAvg: 641
}
}
};