@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Abril Fatface',
fullName: 'Abril Fatface',
postscriptName: 'AbrilFatface-Regular',
category: 'display',
capHeight: 700,
ascent: 1058,
descent: -291,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 476,
xWidthAvg: 461,
subsets: {
latin: {
xWidthAvg: 461
},
thai: {
xWidthAvg: 200
}
}
};