@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
module.exports = {
familyName: 'Alexandria',
fullName: 'Alexandria Regular',
postscriptName: 'Alexandria-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 968,
descent: -251,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 531,
xWidthAvg: 501,
subsets: {
latin: {
xWidthAvg: 501
},
thai: {
xWidthAvg: 587
}
}
};