@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 357 B
JavaScript
module.exports = {
familyName: 'Amatic SC',
fullName: 'Amatic SC Bold',
postscriptName: 'AmaticSC-Bold',
category: 'handwriting',
capHeight: 758,
ascent: 1016,
descent: -245,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 667,
xWidthAvg: 293,
subsets: {
latin: {
xWidthAvg: 293
},
thai: {
xWidthAvg: 365
}
}
};