@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 371 B
JavaScript
export default {
familyName: 'Alegreya Sans',
fullName: 'Alegreya Sans Regular',
postscriptName: 'AlegreyaSans-Regular',
category: 'sans-serif',
capHeight: 641,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 458,
xWidthAvg: 387,
subsets: {
latin: {
xWidthAvg: 387
},
thai: {
xWidthAvg: 165
}
}
};