400 et 600 en weight

This commit is contained in:
Colin Maudry
2026-01-29 19:37:56 +01:00
parent 29f6e5c2c2
commit 5422f95ea7
+9 -4
View File
@@ -1,4 +1,4 @@
@import url(https://fonts.bunny.net/css?family=fira-code:400|inter:300,400,500); @import url(https://fonts.bunny.net/css?family=fira-code:400|inter:400,600);
/* ========================================================================== /* ==========================================================================
Variables Variables
@@ -22,13 +22,18 @@ body {
font-display: swap; font-display: swap;
} }
strong,
b {
font-weight: 600 !important;
}
h3 { h3 {
margin: 36px 0 20px 0; margin: 36px 0 20px 0;
} }
/* Base Button Styles */ /* Base Button Styles */
button { button {
font-weight: 300; font-weight: 400;
background-color: #fff; background-color: #fff;
border-radius: 3px; border-radius: 3px;
appearance: auto; appearance: auto;
@@ -105,7 +110,7 @@ p.version > a {
} }
.navbar-nav .nav-link.active { .navbar-nav .nav-link.active {
font-weight: 500; font-weight: 600;
} }
#announcements { #announcements {
@@ -202,7 +207,7 @@ table.cell-table tr {
color: white; color: white;
font-family: "Inter", sans-serif; font-family: "Inter", sans-serif;
text-align: left; text-align: left;
font-weight: 500; font-weight: 600;
padding-right: 12px; padding-right: 12px;
border: 1px solid rgb(179, 56, 33) !important; border: 1px solid rgb(179, 56, 33) !important;
background-color: rgb(179, 56, 33); background-color: rgb(179, 56, 33);