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