@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
export default {
familyName: 'Andika',
fullName: 'Andika Bold',
postscriptName: 'Andika-Bold',
category: 'sans-serif',
capHeight: 1485,
ascent: 2500,
descent: -800,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1040,
xWidthAvg: 1006,
subsets: {
latin: {
xWidthAvg: 1006
},
thai: {
xWidthAvg: 1400
}
}
};