From b2a2f42997327d5997fe46c86457f163f728d331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20R=C3=B6ttsches?= Date: Fri, 10 Dec 2021 11:56:55 +0200 Subject: [PATCH] Remove font-palette: none; example The `none` keyword was removed in #6646. Fixes #6877. --- css-fonts-4/Overview.bs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index 5206c9efe807..9619a8f0af15 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -6229,12 +6229,6 @@ Animation type: discrete -
When color is not supported at all, select the monochrome glyphs rather than rendering the colored glyphs in monochrome: -
@media not (color) {
-		font-palette: none;
-	}
-
- Issue: Add more examples and pictures.