Merge fontVariant defs (#5652)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ export function applyFonts(
|
|||||||
* Disable contextual ligatures
|
* Disable contextual ligatures
|
||||||
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant}
|
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant}
|
||||||
*/
|
*/
|
||||||
style.fontVariant = ['no-contextual']
|
style.fontVariant = (style.fontVariant || []).concat('no-contextual')
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user