css : définir SancySlab comme police par défaut du body

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-27 17:06:41 +02:00
parent ee50caa9b5
commit 31bdeda154

View file

@ -2,6 +2,7 @@
body {
background-color: var(--color-green);
font-family: "SancySlab", serif;
}
button {