@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 343 B
JavaScript
module.exports = {
familyName: 'Laila',
fullName: 'Laila Bold',
postscriptName: 'Laila-Bold',
category: 'sans-serif',
capHeight: 736,
ascent: 1098,
descent: -452,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 534,
xWidthAvg: 505,
subsets: {
latin: {
xWidthAvg: 505
},
thai: {
xWidthAvg: 0
}
}
};