Public Access
5
0

Ajout: Police rubik, standard a 300, nav a 500.

This commit is contained in:
Jeremy
2025-11-22 16:30:31 -05:00
parent 283dc46fca
commit 24e04b1807

View File

@@ -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 {