@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 353 B
JavaScript
module.exports = {
familyName: 'Teachers',
fullName: 'Teachers Bold',
postscriptName: 'Teachers-Bold',
category: 'sans-serif',
capHeight: 680,
ascent: 940,
descent: -260,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 440,
xWidthAvg: 480,
subsets: {
latin: {
xWidthAvg: 480
},
thai: {
xWidthAvg: 500
}
}
};