From 03f9c1289a273db335a3c020ef25f07bfbf8d173 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Wed, 17 Mar 2021 21:43:37 +0100 Subject: [PATCH] Added 'size-adjust' descriptor for @font-face rules --- features/css-size-adjust-descriptor.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 features/css-size-adjust-descriptor.md diff --git a/features/css-size-adjust-descriptor.md b/features/css-size-adjust-descriptor.md new file mode 100644 index 00000000..919e728c --- /dev/null +++ b/features/css-size-adjust-descriptor.md @@ -0,0 +1,9 @@ +--- +title: CSS size-adjust descriptor for @font-face rules +category: css, layout +bugzilla: 1698495 +firefox_status: in-development +spec_url: https://drafts.csswg.org/css-fonts-5/#size-adjust-desc +--- + +Allow to adjust the scaling of individual fonts loaded using @font-face, to better harmonize the visual sizes of different designs, or to more closely match a fallback face to a resource that may be swapped in later, thereby minimizing visual layout shift when the final font becomes available.