@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 375 B
JavaScript
module.exports = {
familyName: 'Geologica',
fullName: 'Geologica Roman Medium',
postscriptName: 'GeologicaRoman-Medium',
category: 'sans-serif',
capHeight: 1400,
ascent: 1950,
descent: -550,
lineGap: 0,
unitsPerEm: 2000,
xHeight: 1000,
xWidthAvg: 978,
subsets: {
latin: {
xWidthAvg: 978
},
thai: {
xWidthAvg: 1293
}
}
};