@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 378 B
JavaScript
module.exports = {
familyName: 'Libre Baskerville',
fullName: 'Libre Baskerville Medium',
postscriptName: 'LibreBaskerville-Medium',
category: 'serif',
capHeight: 770,
ascent: 970,
descent: -270,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 530,
xWidthAvg: 523,
subsets: {
latin: {
xWidthAvg: 523
},
thai: {
xWidthAvg: 851
}
}
};