diff --git a/_features/css-font-stretch.md b/_features/css-font-stretch.md new file mode 100644 index 00000000..42ec5e9d --- /dev/null +++ b/_features/css-font-stretch.md @@ -0,0 +1,119 @@ +--- +title: "font-stretch" +description: "Selecting different font widths (e.g. condensed, expanded)" +category: css +keywords: font +last_test_date: "2023-09-23" +test_url: "/tests/css-font-stretch.html" +test_results_url: "" +stats: { + apple-mail: { + macos: { + "16": "y" + }, + ios: { + "16": "y" + } + }, + gmail: { + desktop-webmail: { + "2023-09": "y #1" + }, + ios: { + "2023-09": "y" + }, + android: { + "2023-09": "u" + }, + mobile-webmail: { + "2023-09": "y #1" + } + }, + outlook: { + windows: { + "2007": "u", + "2010": "u", + "2013": "u", + "2016": "u", + "2019": "u" + }, + macos: { + "2023-09": "y" + }, + outlook-com: { + "2023-09": "y #1" + }, + ios: { + "2023-09": "y" + }, + android: { + "4.2101.1": "u" + } + }, + yahoo: { + desktop-webmail: { + "2023-09": "n" + }, + ios: { + "2023-09": "n" + }, + android: { + "2019-09": "u" + } + }, + aol: { + desktop-webmail: { + "2023-09": "n" + }, + ios: { + "2023-09": "n" + }, + }, + protonmail: { + desktop-webmail: { + "2023-09":"y #1" + }, + ios: { + "2023-09":"y" + }, + android: { + "2022-12":"u" + } + }, + thunderbird: { + macos: { + "2023-09": "y" + } + }, + samsung-email: { + android: { + "6.1.31.2": "u" + } + }, + mail-ru: { + desktop-webmail: { + "2022-08":"u" + } + }, + free-fr: { + desktop-webmail: { + "2022-08": "u" + } + }, + gmx: { + desktop-webmail: { + "2022-08": "u" + } + }, + t-online-de: { + desktop-webmail: { + "2022-08": "u" + } + }, +} +notes_by_num: { + "1": "Partial. Depends on the browser. There is currently a bug in Chrome/Edge where font-stretch does not work for variable fonts." +} +links: { +} +--- \ No newline at end of file diff --git a/tests/css-font-stretch.html b/tests/css-font-stretch.html new file mode 100644 index 00000000..b7418616 --- /dev/null +++ b/tests/css-font-stretch.html @@ -0,0 +1,26 @@ + + + + + + + + + font-stretch + + + +
+ +

Test for system-ui (should have multiple widths on Apple devices and forthcoming versions of Android...)

+

system-ui condensed

+

system-ui expanded

+ +

Test for Bahnschrift (should have multiple widths on Windows - although the difference is subtle)

+

Bahnschrift condensed

+

Bahnschrift expanded

+ + +
+ + \ No newline at end of file