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