@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 362 B
JavaScript
module.exports = {
familyName: 'Princess Sofia',
fullName: 'Princess Sofia',
postscriptName: 'PrincessSofia',
category: 'handwriting',
capHeight: 858,
ascent: 1010,
descent: -574,
lineGap: 0,
unitsPerEm: 1024,
xHeight: 670,
xWidthAvg: 365,
subsets: {
latin: {
xWidthAvg: 365
},
thai: {
xWidthAvg: 307
}
}
};