@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Teko',
fullName: 'Teko Regular',
postscriptName: 'Teko-Regular',
category: 'sans-serif',
capHeight: 626,
ascent: 958,
descent: -475,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 485,
xWidthAvg: 292,
subsets: {
latin: {
xWidthAvg: 292
},
thai: {
xWidthAvg: 751
}
}
};