@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
module.exports = {
familyName: 'Jersey 10',
fullName: 'Jersey 10 Regular',
postscriptName: 'Jersey10-Regular',
category: 'display',
capHeight: 750,
ascent: 1125,
descent: -375,
lineGap: 0,
unitsPerEm: 1400,
xHeight: 600,
xWidthAvg: 494,
subsets: {
latin: {
xWidthAvg: 494
},
thai: {
xWidthAvg: 600
}
}
};