@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 370 B
JavaScript
export default {
familyName: 'Libre Franklin',
fullName: 'Libre Franklin Light',
postscriptName: 'LibreFranklin-Light',
category: 'sans-serif',
capHeight: 742,
ascent: 966,
descent: -246,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 461,
subsets: {
latin: {
xWidthAvg: 461
},
thai: {
xWidthAvg: 716
}
}
};