about summary refs log tree commit diff
path: root/src/alf
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf')
-rw-r--r--src/alf/fonts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf/fonts.ts b/src/alf/fonts.ts
index b46faed1c..331da868a 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')
 }
 
 /*