From 33ba8d96ec4202ae1fcdfebc0306886c28f8f1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 29 Jan 2025 16:40:10 +0100 Subject: [PATCH] [css-fonts-4] Fix seeming typo in Font Feature and Variation Resolution --- css-fonts-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index bf0658d011d..064b35eefc0 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -6815,8 +6815,8 @@ Font Feature and Variation Resolution As described in the previous section, font features and variations can be enabled in a variety of ways, either via the use of 'font-variant!!property', -'font-feature-settings!!property', -'font''font-variation-settings!!property' in a style rule +'font-feature-settings!!property', or +'font-variation-settings!!property' in a style rule or within an ''@font-face'' rule. The resolution order for the union of these settings is defined below. Features defined via CSS properties are applied on top of layout engine default features.