@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 342 B
JavaScript
export default {
familyName: 'Sofia',
fullName: 'Sofia',
postscriptName: 'Sofia-Regular',
category: 'handwriting',
capHeight: 700,
ascent: 1138,
descent: -438,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 441,
xWidthAvg: 440,
subsets: {
latin: {
xWidthAvg: 440
},
thai: {
xWidthAvg: 354
}
}
};