@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 366 B
JavaScript
export default {
familyName: 'Great Vibes',
fullName: 'Great Vibes Regular',
postscriptName: 'GreatVibes-Regular',
category: 'handwriting',
capHeight: 750,
ascent: 851,
descent: -401,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 328,
xWidthAvg: 304,
subsets: {
latin: {
xWidthAvg: 304
},
thai: {
xWidthAvg: 526
}
}
};