From fb11a892f02007ad5fe71eeeb329f3cdbcd65c20 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:22:37 +0100 Subject: [PATCH] fix: unexpected ligatures (#2883) --- frontend/src/themes/app.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/themes/app.css b/frontend/src/themes/app.css index d5d420d53a..db6ab323dd 100644 --- a/frontend/src/themes/app.css +++ b/frontend/src/themes/app.css @@ -11,10 +11,13 @@ html { body { height: 100%; font-family: 'Sen', sans-serif; + font-size: 16px; + font-variant-ligatures: none; } button { font-family: 'Sen', sans-serif; + font-variant-ligatures: none; } .MuiAccordion-root.Mui-expanded { @@ -114,10 +117,6 @@ button { --default-border: 1px solid #f1f1f1; } -body { - font-size: 16px; -} - h1, h2 { padding: 0;