diff --git a/spip_admin_perso.css b/spip_admin_perso.css
index fd5fb26840952ff26dc8d42bebabfd879bf28b36..cc702b9eb2f6c832e6e4f29e43c81be6270be61a 100644
--- a/spip_admin_perso.css
+++ b/spip_admin_perso.css
@@ -1,38 +1,41 @@
-/* Les Crayons */
-.crayon-active {
-	font-family: Verdana, Geneva, Sans, sans-serif !important;
-	font-size: 14px !important;
-	color: #000 !important;
-	font-weight: normal !important;
-	line-height: initial !important;
-	min-height: initial !important;
-	text-align: left !important;
-	background-color: #fff !important;
-}
-.spip-admin-float {
-	top: 5em;
-	right: 10px;
-}
-#debug-profile {
-	font-size: 1.2em;
-	width: 98%;
-	margin: 0 1%;
-}
-#debug-nav {
-	width: auto;
-}
-.inclure_blocs > h6 > a {
-	font-size: inherit !important;
-	color: inherit !important;
-	background: transparent !important;
-	margin: 0 !important;
-	padding: 2px !important;
-	margin-bottom: 2px !important;
-	clear: both !important;
-	font-family: monospace !important;
-	font-size: 0.66rem !important;
-	line-height: 1 !important;
-	text-align: left !important;
-	letter-spacing: normal !important;
-	text-transform: none !important;
-}
+/* Les Crayons */
+.crayon-active {
+	font-family: system-ui, sans-serif !important;
+	font-size: 14px !important;
+	color: #000 !important;
+	font-weight: normal !important;
+	line-height: initial !important;
+	min-height: initial !important;
+	text-align: left !important;
+	background-color: #fff !important;
+}
+.spip-admin-float {
+	font-family: system-ui, sans-serif !important;
+	top: 5em;
+	right: 10px;
+}
+#spip-debug, #spip-debug * {
+	font-family: system-ui, sans-serif !important;
+	font-size: 1.2rem;
+}
+#debug-profile {
+	width: 98%;
+	margin: 0 1%;
+}
+#debug-nav {
+	width: auto;
+}
+.inclure_blocs > h6 > a {
+	font-family: system-ui, sans-serif !important;
+	color: inherit !important;
+	background: transparent !important;
+	margin: 0 !important;
+	padding: 2px !important;
+	margin-bottom: 2px !important;
+	clear: both !important;
+	font-size: 1rem !important;
+	line-height: 1 !important;
+	text-align: left !important;
+	letter-spacing: normal !important;
+	text-transform: none !important;
+}