From d71d17b6c6f7fa7e789863f416597d7980419544 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) (cherry picked from commit 2005a0ac7d7a802fadcb001c842e3d7b05335327) --- 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 c524293f76a9..49d06a62cc7f 100644 --- a/war/src/main/less/styles.less +++ b/war/src/main/less/styles.less @@ -54,7 +54,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;