From 24e04b18075a10b0b30e2401e612f66283c74179 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Nov 2025 16:30:31 -0500 Subject: [PATCH] Ajout: Police rubik, standard a 300, nav a 500. --- www/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/css/style.css b/www/css/style.css index b2ba0eb..a3110d9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -13,6 +13,11 @@ body { min-height: 100vh; /* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */ display: grid; grid-template-rows: auto 1fr auto; /* SEE: https://www.geeksforgeeks.org/css/css-grid-layout-the-fr-unit/ */ + + font-family: "Rubik", sans-serif; + font-optical-sizing: auto; + font-weight: 300; + font-style: normal; } nav { @@ -22,6 +27,7 @@ nav { position: sticky; top: 0; height: 60px; + font-weight: 500; } nav ul {