@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
export default {
familyName: 'Delius',
fullName: 'Delius-Regular',
postscriptName: 'Delius-Regular',
category: 'handwriting',
capHeight: 195,
ascent: 986,
descent: -270,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 85,
xWidthAvg: 450,
subsets: {
latin: {
xWidthAvg: 450
},
thai: {
xWidthAvg: 1000
}
}
};