Ajout: Police rubik, standard a 300, nav a 500.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user