From 2005a0ac7d7a802fadcb001c842e3d7b05335327 Mon Sep 17 00:00:00 2001 From: Jerome DPG Date: Fri, 30 Dec 2022 21:23:34 +0100 Subject: [PATCH] fix letter-spacing (#7475) --- war/src/main/less/styles.less | 1 - 1 file changed, 1 deletion(-) diff --git a/war/src/main/less/styles.less b/war/src/main/less/styles.less index 026b1acf0680..c152f22c1ef1 100644 --- a/war/src/main/less/styles.less +++ b/war/src/main/less/styles.less @@ -56,7 +56,6 @@ html { // The downside is that the page does not resize with the browser's font size, // only with the zoom level. font-size: 16px !important; - letter-spacing: -0.016em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent;