@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 351 B
JavaScript
module.exports = {
familyName: 'Playfair',
fullName: 'Playfair Light',
postscriptName: 'Playfair-Light',
category: 'serif',
capHeight: 708,
ascent: 1098,
descent: -390,
lineGap: 0,
unitsPerEm: 1240,
xHeight: 512,
xWidthAvg: 541,
subsets: {
latin: {
xWidthAvg: 541
},
thai: {
xWidthAvg: 598
}
}
};