Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ sidebar: cssref
---

> [!NOTE]
> The `font-stretch` property was renamed to `font-width` in the [CSS Fonts specification](https://drafts.csswg.org/css-fonts/#font-stretch-prop). To preserve compatibility, the specification retains `font-stretch` as an alias for the `font-width` property.
> The `font-stretch` property [has now been renamed to `font-width`](https://drafts.csswg.org/css-fonts/#propdef-font-width) in the specifications. The name [`font-stretch` has been kept as an alias](https://drafts.csswg.org/css-fonts/#font-stretch-prop) for the `font-width` property.
> The new name `font-width` is not yet supported by any browsers.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

font-width is supported in Safari. I think @pepelsbey is working on this.


The **`font-stretch`** [CSS](/en-US/docs/Web/CSS) property selects a normal, condensed, or expanded face from a font.

Expand Down