@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 346 B
JavaScript
export default {
familyName: 'Barlow',
fullName: 'Barlow Thin',
postscriptName: 'Barlow-Thin',
category: 'sans-serif',
capHeight: 700,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 501,
xWidthAvg: 423,
subsets: {
latin: {
xWidthAvg: 423
},
thai: {
xWidthAvg: 386
}
}
};