@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
export default {
familyName: 'Alef',
fullName: 'Alef Regular',
postscriptName: 'Alef-Regular',
category: 'sans-serif',
capHeight: 1438,
ascent: 2067,
descent: -722,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1040,
xWidthAvg: 941,
subsets: {
latin: {
xWidthAvg: 941
},
thai: {
xWidthAvg: 748
}
}
};