@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
module.exports = {
familyName: 'Mr Dafoe',
fullName: 'Mr Dafoe Regular',
postscriptName: 'MrDafoe-Regular',
category: 'handwriting',
capHeight: 622,
ascent: 981,
descent: -416,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 313,
xWidthAvg: 361,
subsets: {
latin: {
xWidthAvg: 361
},
thai: {
xWidthAvg: 250
}
}
};