CSS font weight classes similar to bootstrap

PHOTO EMBED

Fri Jun 24 2022 04:29:02 GMT+0000 (Coordinated Universal Time)

Saved by @itskunalsharma #css

/*======= FONT-WEIGHT ======= */
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
content_copyCOPY