From ada019495890e6f6f3aaf6819bc14f5e37278c6e Mon Sep 17 00:00:00 2001 From: Di Date: Mon, 20 Jun 2022 19:15:37 +1000 Subject: [PATCH] Turn of ligatures on samp element --- src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.scss b/src/index.scss index 7062e6345..218cb1f51 100644 --- a/src/index.scss +++ b/src/index.scss @@ -215,6 +215,7 @@ fieldset { tt, code, kbd, samp { font: $heavy-type; + font-variant-ligatures: no-common-ligatures; } .type-face--japanese tt,