@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
module.exports = {
familyName: 'Tangerine',
fullName: 'Tangerine Regular',
postscriptName: 'Tangerine-Regular',
category: 'handwriting',
capHeight: 644,
ascent: 750,
descent: -250,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 255,
xWidthAvg: 237,
subsets: {
latin: {
xWidthAvg: 237
},
thai: {
xWidthAvg: 150
}
}
};