From cdafa9ae08307eb8b5dfc1106ad67129775f40bf Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Wed, 26 Jul 2023 00:19:54 +0200 Subject: [PATCH] Added code formatting to font face size adjust --- src/site/content/en/blog/web-platform-06-2023/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/blog/web-platform-06-2023/index.md b/src/site/content/en/blog/web-platform-06-2023/index.md index e68023a7b30..aa549b10293 100644 --- a/src/site/content/en/blog/web-platform-06-2023/index.md +++ b/src/site/content/en/blog/web-platform-06-2023/index.md @@ -45,7 +45,7 @@ Also reaching interoperability with Firefox 115 are a set of methods for `Array` There is a whole stack of new features and fixes in the Safari 17 beta. Safari 17 adds [Web Apps](https://blog.tomayac.com/2023/06/07/web-apps-on-macos-sonoma-14-beta/) to macOS Sonoma. This means you can add a website to the Dock from the File menu or Share Sheet, and it will open in its own window. -Safari 17 also brings some features to interoperable status—[`contain-intrinsic-size`](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size), [`@counter-style`](https://developer.mozilla.org/docs/Web/CSS/@counter-style), [@font-face size-adjust](https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust), and the [`overflow-block`](https://developer.mozilla.org/docs/Web/CSS/@media/overflow-block) and [`overflow-inline`](https://developer.mozilla.org/docs/Web/CSS/@media/overflow-inline) media features will be available in all major engines when Safari 17 ships. +Safari 17 also brings some features to interoperable status—[`contain-intrinsic-size`](https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size), [`@counter-style`](https://developer.mozilla.org/docs/Web/CSS/@counter-style), [`@font-face size-adjust`](https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust), and the [`overflow-block`](https://developer.mozilla.org/docs/Web/CSS/@media/overflow-block) and [`overflow-inline`](https://developer.mozilla.org/docs/Web/CSS/@media/overflow-inline) media features will be available in all major engines when Safari 17 ships. _Photo by [Rodrigo Abreu](https://unsplash.com/@rodrigospabreu)._