🐛 Trying to fix the font

This commit is contained in:
Maxime Lalo 2023-12-14 17:06:52 +01:00
parent b042ca2852
commit 9d5c5be367

View File

@ -67,5 +67,5 @@ a:hover {
.Toastify__toast-body {
font-size: 14px;
font-family: Inter;
font-family: "Inter", sans-serif !important;
}