@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 355 B
JavaScript
export default {
familyName: 'Qwigley',
fullName: 'Qwigley Regular',
postscriptName: 'Qwigley-Regular',
category: 'handwriting',
capHeight: 460,
ascent: 750,
descent: -500,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 300,
xWidthAvg: 252,
subsets: {
latin: {
xWidthAvg: 252
},
thai: {
xWidthAvg: 185
}
}
};