@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 359 B
JavaScript
export default {
familyName: 'Workbench',
fullName: 'Workbench Regular',
postscriptName: 'Workbench-Regular',
category: 'monospace',
capHeight: 896,
ascent: 896,
descent: -128,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 640,
xWidthAvg: 512,
subsets: {
latin: {
xWidthAvg: 512
},
thai: {
xWidthAvg: 512
}
}
};