mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
font weight classes for tailwind usage
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user