font weight classes for tailwind usage

This commit is contained in:
Oliver Bryan
2025-12-27 23:31:42 +00:00
parent 8875c334ea
commit 7e84990e49

View File

@@ -130,3 +130,19 @@
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
} }
.font-300 {
font-weight: 300;
}
.font-400 {
font-weight: 400;
}
.font-500 {
font-weight: 500;
}
.font-600 {
font-weight: 600;
}
.font-700 {
font-weight: 700;
}