@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Ruthie',
fullName: 'Ruthie Regular',
postscriptName: 'Ruthie-Regular',
category: 'handwriting',
capHeight: 701,
ascent: 800,
descent: -450,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 315,
xWidthAvg: 292,
subsets: {
latin: {
xWidthAvg: 292
},
thai: {
xWidthAvg: 495
}
}
};