@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 329 B
JavaScript
module.exports = {
familyName: 'Fenix',
fullName: 'Fenix',
postscriptName: 'Fenix',
category: 'serif',
capHeight: 650,
ascent: 879,
descent: -238,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 450,
xWidthAvg: 410,
subsets: {
latin: {
xWidthAvg: 410
},
thai: {
xWidthAvg: 568
}
}
};