@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 352 B
JavaScript
module.exports = {
familyName: 'Solway',
fullName: 'Solway ExtraBold',
postscriptName: 'Solway-ExtraBold',
category: 'serif',
capHeight: 700,
ascent: 950,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 518,
subsets: {
latin: {
xWidthAvg: 518
},
thai: {
xWidthAvg: 485
}
}
};