@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
export default {
familyName: 'Whisper',
fullName: 'Whisper Regular',
postscriptName: 'Whisper-Regular',
category: 'handwriting',
capHeight: 620,
ascent: 880,
descent: -400,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 300,
xWidthAvg: 305,
subsets: {
latin: {
xWidthAvg: 305
},
thai: {
xWidthAvg: 370
}
}
};