From cd75da707e2feb2f29d5c731059246727abb6f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Fri, 17 Feb 2023 15:55:38 +0100 Subject: [PATCH] fix(style.css): use first Luciole --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index c316033..5bd1fba 100644 --- a/css/style.css +++ b/css/style.css @@ -48,6 +48,7 @@ select { body { transition: margin-top .2s linear; + font-family: Luciole,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; } .body-mt { margin-top: 2.5rem ; }