From a6cce88fe1519e3c36831667b9434c1768a84fae Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 8 Oct 2024 13:59:48 -0500 Subject: [PATCH] Merge fontVariant defs --- src/alf/fonts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alf/fonts.ts b/src/alf/fonts.ts index b46faed1cc..331da868a4 100644 --- a/src/alf/fonts.ts +++ b/src/alf/fonts.ts @@ -63,7 +63,7 @@ export function applyFonts( * Disable contextual ligatures * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant} */ - style.fontVariant = ['no-contextual'] + style.fontVariant = (style.fontVariant || []).concat('no-contextual') } /*