@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Alegreya SC',
fullName: 'Alegreya SC Bold',
postscriptName: 'AlegreyaSC-Bold',
category: 'serif',
capHeight: 641,
ascent: 1016,
descent: -345,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 461,
xWidthAvg: 469,
subsets: {
latin: {
xWidthAvg: 469
},
thai: {
xWidthAvg: 641
}
}
};