@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 374 B
JavaScript
module.exports = {
familyName: 'Press Start 2P',
fullName: 'Press Start 2P Regular',
postscriptName: 'PressStart2P-Regular',
category: 'display',
capHeight: 1000,
ascent: 1000,
descent: 0,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 750,
xWidthAvg: 1000,
subsets: {
latin: {
xWidthAvg: 1000
},
thai: {
xWidthAvg: 1000
}
}
};