@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 372 B
JavaScript
export default {
familyName: 'Alegreya SC',
fullName: 'Alegreya SC Medium Italic',
postscriptName: 'AlegreyaSC-MediumItalic',
category: 'serif',
capHeight: 638,
ascent: 1016,
descent: -345,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 456,
xWidthAvg: 448,
subsets: {
latin: {
xWidthAvg: 448
},
thai: {
xWidthAvg: 641
}
}
};