@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 365 B
JavaScript
export default {
familyName: 'Gideon Roman',
fullName: 'Gideon Roman Regular',
postscriptName: 'GideonRoman-Regular',
category: 'display',
capHeight: 660,
ascent: 900,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 475,
xWidthAvg: 465,
subsets: {
latin: {
xWidthAvg: 465
},
thai: {
xWidthAvg: 568
}
}
};