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