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