doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 361 B
JavaScript
/**
* CSS3 font-kerning
* Controls the usage of the kerning information (spacing between letters) stored in the font. Note that this only affects OpenType fonts with kerning information, it has no effect on other fonts.
* @see https://caniuse.com/font-kerning
*/
/**
* @type {import('../features').Feature}
*/
export default {
'font-kerning': true,
};