From 87940481d6beecfeb6418500047de55fe085b65d Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 24 Apr 2026 12:15:03 +0000 Subject: [PATCH] fix: utilisation de la bonne police (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié Co-authored-by: kevin Co-authored-by: Kevin Boudet Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/33 Co-authored-by: tristan Co-committed-by: tristan --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 64bccd0..148df6b 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -43,7 +43,7 @@ export default { }, }, fontFamily: { - sans: ['"Helvetica Neue"', 'Helvetica', 'Arial', 'sans-serif'], + sans: ['"Inter"', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'], }, }, },