@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 347 B
JavaScript
module.exports = {
familyName: 'Gaegu',
fullName: 'Gaegu Bold',
postscriptName: 'Gaegu-Bold',
category: 'handwriting',
capHeight: 525,
ascent: 760,
descent: -240,
lineGap: 250,
unitsPerEm: 1000,
xHeight: 340,
xWidthAvg: 495,
subsets: {
latin: {
xWidthAvg: 495
},
thai: {
xWidthAvg: 720
}
}
};