shido
Version:
Build fast with Shido, a CSS framework for building custom designs without any annoying style or component you have to fight to override.
28 lines (27 loc) • 491 B
text/less
.fw-thin {
font-weight: @s-font-weight-thin;
}
.fw-extra-light {
font-weight: @s-font-weight-extra-light;
}
.fw-light {
font-weight: @s-font-weight-light;
}
.fw-regular {
font-weight: @s-font-weight-regular;
}
.fw-medium {
font-weight: @s-font-weight-medium;
}
.fw-semi-bold {
font-weight: @s-font-weight-semi-bold;
}
.fw-bold {
font-weight: @s-font-weight-bold;
}
.fw-extra-bold {
font-weight: @s-font-weight-extra-bold;
}
.fw-black {
font-weight: @s-font-weight-black;
}