@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
module.exports = {
familyName: 'Black Han Sans',
fullName: 'Black Han Sans Regular',
postscriptName: 'BlackHanSans-Regular',
category: 'sans-serif',
capHeight: 750,
ascent: 790,
descent: -210,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 600,
xWidthAvg: 558,
subsets: {
latin: {
xWidthAvg: 558
},
thai: {
xWidthAvg: 1024
}
}
};