@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'Galada',
fullName: 'Galada Regular',
postscriptName: 'Galada-Regular',
category: 'display',
capHeight: 750,
ascent: 1035,
descent: -592,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 500,
xWidthAvg: 392,
subsets: {
latin: {
xWidthAvg: 392
},
thai: {
xWidthAvg: 385
}
}
};