Skip to content

Commit 3bdb3e1

Browse files
committed
font-width
1 parent 0c8c702 commit 3bdb3e1

6 files changed

Lines changed: 393 additions & 268 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.8.0 (February 21, 2026)
4+
5+
- Added `font-width-property`
6+
37
### 8.7.1 (January 26, 2026)
48

59
- Updated `@mdn/browser-compat-data` to `7.2.5`

cssdb.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,28 @@
935935
],
936936
"vendors_implementations": 3
937937
},
938+
{
939+
"id": "font-width-property",
940+
"title": "`font-width` property",
941+
"description": "Use the `font-width` property and descriptor",
942+
"specification": "https://drafts.csswg.org/css-fonts/#font-stretch-prop",
943+
"stage": 2,
944+
"browser_support": {
945+
"ios_saf": "18.4",
946+
"safari": "18.4"
947+
},
948+
"docs": {
949+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-stretch#browser_compatibility"
950+
},
951+
"example": "p {\n font-width: 150%;\n}",
952+
"polyfills": [
953+
{
954+
"type": "PostCSS Plugin",
955+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property"
956+
}
957+
],
958+
"vendors_implementations": 1
959+
},
938960
{
939961
"id": "gamut-mapping",
940962
"title": "Gamut mapping for CSS color functions",

cssdb.mjs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,28 @@ export default [
935935
],
936936
"vendors_implementations": 3
937937
},
938+
{
939+
"id": "font-width-property",
940+
"title": "`font-width` property",
941+
"description": "Use the `font-width` property and descriptor",
942+
"specification": "https://drafts.csswg.org/css-fonts/#font-stretch-prop",
943+
"stage": 2,
944+
"browser_support": {
945+
"ios_saf": "18.4",
946+
"safari": "18.4"
947+
},
948+
"docs": {
949+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-stretch#browser_compatibility"
950+
},
951+
"example": "p {\n font-width: 150%;\n}",
952+
"polyfills": [
953+
{
954+
"type": "PostCSS Plugin",
955+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property"
956+
}
957+
],
958+
"vendors_implementations": 1
959+
},
938960
{
939961
"id": "gamut-mapping",
940962
"title": "Gamut mapping for CSS color functions",

cssdb.settings.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,35 @@
645645
}
646646
]
647647
},
648+
{
649+
"id": "font-width-property",
650+
"title": "`font-width` property",
651+
"description": "Use the `font-width` property and descriptor",
652+
"specification": "https://drafts.csswg.org/css-fonts/#font-stretch-prop",
653+
"stage": 2,
654+
"browser_support": {},
655+
"docs": {
656+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-stretch#browser_compatibility"
657+
},
658+
"example": "p {\n font-width: 150%;\n}",
659+
"mdn_path": [
660+
"css.at-rules.font-face.font-width",
661+
"css.properties.font-width"
662+
],
663+
"browser_support_overrides": {
664+
"ios_saf": {
665+
"from": null,
666+
"to": "18.4",
667+
"bug": "https://github.com/mdn/browser-compat-data/issues/29096"
668+
}
669+
},
670+
"polyfills": [
671+
{
672+
"type": "PostCSS Plugin",
673+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property"
674+
}
675+
]
676+
},
648677
{
649678
"id": "gamut-mapping",
650679
"title": "Gamut mapping for CSS color functions",

0 commit comments

Comments
 (0)