Draft This page is not complete.
This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
The style property of the FontFace interface retrieves or sets the font's style. It is equivalent to the font-style descriptor.
Syntax
var style = FontFace.style; FontFace.style = value;
Value
A CSSOMString containing the descriptors defined in the style sheet's @font-face rule.
Specifications
| Specification | Status | Comment |
| CSS Font Loading Module Level 3The definition of 'style' in that specification. | Working Draft | Initial definition. |
Browser compatibility
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Chrome
Full support 35 |
Edge
Full support 79 |
Firefox
Full support Yes |
IE
No support No |
Opera
Full support Yes |
Safari
Full support 10 |
WebView Android
Full support 37 |
Chrome Android
Full support 35 |
Firefox Android
Full support Yes |
Opera Android
Full support Yes |
Safari iOS
Full support Yes |
Samsung Internet Android
Full support 4.0 |
Legend
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.'
- Experimental. Expect behavior to change in the future.
FontFace.style by Mozilla Contributors is licensed under CC-BY-SA 2.5.