@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
module.exports = {
familyName: 'Libre Franklin',
fullName: 'Libre Franklin SemiBold',
postscriptName: 'LibreFranklin-SemiBold',
category: 'sans-serif',
capHeight: 742,
ascent: 966,
descent: -246,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 476,
subsets: {
latin: {
xWidthAvg: 476
},
thai: {
xWidthAvg: 666
}
}
};