Draft This page is not complete.
This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
The stretch property of the FontFace interface retrieves or sets how the font stretches. It is equivalent to the font-stretch descriptor.
Syntax
var stretchDescriptor = FontFace.stretch; FontFace.stretch = stretchDescriptor;
Value
A CSSOMString containing a descriptor as it would be defined in a style sheet's @font-face rule.
Specifications
| Specification | Status | Comment |
| CSS Font Loading Module Level 3The definition of 'stretch' 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.stretch by Mozilla Contributors is licensed under CC-BY-SA 2.5.