@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
module.exports = {
familyName: 'Pacifico',
fullName: 'Pacifico Regular',
postscriptName: 'Pacifico-Regular',
category: 'handwriting',
capHeight: 840,
ascent: 1303,
descent: -453,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 460,
xWidthAvg: 423,
subsets: {
latin: {
xWidthAvg: 423
},
thai: {
xWidthAvg: 265
}
}
};