@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 375 B
JavaScript
export default {
familyName: 'Ingrid Darling',
fullName: 'Ingrid Darling Regular',
postscriptName: 'IngridDarling-Regular',
category: 'handwriting',
capHeight: 640,
ascent: 860,
descent: -380,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 300,
xWidthAvg: 255,
subsets: {
latin: {
xWidthAvg: 255
},
thai: {
xWidthAvg: 474
}
}
};