@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 366 B
JavaScript
export default {
familyName: 'Flow Rounded',
fullName: 'Flow Rounded Regular',
postscriptName: 'FlowRounded-Regular',
category: 'display',
capHeight: 640,
ascent: 1000,
descent: -200,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 470,
xWidthAvg: 500,
subsets: {
latin: {
xWidthAvg: 500
},
thai: {
xWidthAvg: 572
}
}
};