@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
export default {
familyName: 'Aubrey',
fullName: 'Aubrey Regular',
postscriptName: 'Aubrey-Regular',
category: 'display',
capHeight: 616,
ascent: 830,
descent: -212,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 450,
xWidthAvg: 339,
subsets: {
latin: {
xWidthAvg: 339
},
thai: {
xWidthAvg: 529
}
}
};