font-language-override
The font-language-override property overrides the language for font selection.
Formal Syntax
normal | <string>
JavaScript Access
// Access via element.style
element.style.fontLanguageOverride = 'normal';
Browser Support
| Feature | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| font-language-override | 143 | 34 | โ | 143 |
| normal | 143 | 4 | โ | 143 |
Related Properties
- font
- font-family
- font-feature-settings
- font-kerning
- font-optical-sizing
- font-palette
- font-size
- font-size-adjust
- font-style
- font-synthesis
- font-synthesis-small-caps
- font-synthesis-style
- font-synthesis-weight
- font-variant
- font-variant-alternates
- font-variant-caps
- font-variant-east-asian
- font-variant-emoji
- font-variant-ligatures
- font-variant-numeric
- font-variant-position
- font-variation-settings
- font-weight
- font-synthesis-position ๐งช
- font-width ๐งช
- font-stretch ๐๏ธ