font-language-override
A specialized property that forces a font to use typographic rules for a specific language, regardless of what the document's actual language is set to.
It is documented as part of the CSS Fonts specification.
Syntax
/* Usage Example */
.turkish-mode {
/* Forces the font to use Turkish-specific character rules */
font-language-override: "TRK";
}
/* Syntax */
font-language-override: normal;
/* Global values */
font-language-override: inherit;
font-language-override: initial;
font-language-override: revert;
font-language-override: revert-layer;
font-language-override: unset;
font-language-override Browser support
Limited availability
Since
2020 63% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
143+
34+
143+