@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
export default {
familyName: 'Praise',
fullName: 'Praise Regular',
postscriptName: 'Praise-Regular',
category: 'handwriting',
capHeight: 600,
ascent: 850,
descent: -350,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 425,
xWidthAvg: 327,
subsets: {
latin: {
xWidthAvg: 327
},
thai: {
xWidthAvg: 518
}
}
};