@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 342 B
JavaScript
module.exports = {
familyName: 'Titan One',
fullName: 'Titan One',
postscriptName: 'TitanOne',
category: 'display',
capHeight: 710,
ascent: 970,
descent: -175,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 580,
xWidthAvg: 544,
subsets: {
latin: {
xWidthAvg: 544
},
thai: {
xWidthAvg: 300
}
}
};