@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'B612',
fullName: 'B612 Regular',
postscriptName: 'B612-Regular',
category: 'sans-serif',
capHeight: 1500,
ascent: 1930,
descent: -500,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1100,
xWidthAvg: 977,
subsets: {
latin: {
xWidthAvg: 977
},
thai: {
xWidthAvg: 1300
}
}
};