From 7235d67e01dbb967213d1e1b6a1318247946bd0a Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 13 Sep 2022 19:41:43 +1000 Subject: [PATCH] FF105 OpenFont COLRv1 behind flag (#20637) * FF105 OpenFont COLRv1 behind flag * Update files/en-us/mozilla/firefox/experimental_features/index.md Co-authored-by: Brian Thomas Smith --- .../firefox/experimental_features/index.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index f088303bd7dd448..b44717aa038be84 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -1065,6 +1065,49 @@ With this feature enabled, Firefox supports [JPEG XL](https://jpeg.org/jpegxl/) + +#### OpenFont COLRv1 fonts + +This feature provides support for the [OpenFont COLRv1 font specification](https://docs.microsoft.com/en-us/typography/opentype/spec/). +This enables compression-friendly color vector fonts with gradients, compositing and blending to be loaded using the CSS [`@font-face`](/en-US/docs/Web/CSS/@font-face) rule, or the [CSS Font Loading API](/en-US/docs/Web/API/CSS_Font_Loading_API). +See {{bug(1740530)}} for more details. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Release channelVersion addedEnabled by default?
Nightly105No
Developer Edition105No
Beta105No
Release105No
Preference namegfx.font_rendering.colr_v1.enabled
+ ### Service Workers #### Preloading of service worker resources on navigation