From 2863aa832da168fe2d012ed52cf0e3898e4d94ee Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sun, 4 Jan 2026 23:07:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(frontend)=20remove=20useless=20fon?= =?UTF-8?q?t=20block=20on=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Myabd, this css property is useful only on font face, it has no effect on materials-related classes. --- src/frontend/src/styles/icons.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/styles/icons.css b/src/frontend/src/styles/icons.css index 3394d70f..c8c78954 100644 --- a/src/frontend/src/styles/icons.css +++ b/src/frontend/src/styles/icons.css @@ -4,7 +4,6 @@ .material-symbols { font-weight: normal; font-style: normal; - font-display: block; font-size: 24px; display: inline-block; line-height: 1;