@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 348 B
JavaScript
module.exports = {
familyName: 'Jost',
fullName: 'Jost Regular',
postscriptName: 'Jost-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 1070,
descent: -375,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 460,
xWidthAvg: 428,
subsets: {
latin: {
xWidthAvg: 428
},
thai: {
xWidthAvg: 500
}
}
};