@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
export default {
familyName: 'Over the Rainbow',
fullName: 'Over the Rainbow',
postscriptName: 'OvertheRainbow',
category: 'handwriting',
capHeight: 812,
ascent: 1412,
descent: -677,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 636,
xWidthAvg: 470,
subsets: {
latin: {
xWidthAvg: 470
},
thai: {
xWidthAvg: 512
}
}
};