From 2bb1f4abb89f5d3db9a3ceb0596922227ff6559c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 8 Oct 2024 14:02:53 -0500 Subject: [PATCH] Merge fontVariant defs (#5652) --- 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') } /*