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 {