@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 364 B
JavaScript
module.exports = {
familyName: 'Golos Text',
fullName: 'Golos Text Regular',
postscriptName: 'GolosText-Regular',
category: 'sans-serif',
capHeight: 700,
ascent: 980,
descent: -220,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 484,
subsets: {
latin: {
xWidthAvg: 484
},
thai: {
xWidthAvg: 500
}
}
};