Skip to content

Commit c3f320f

Browse files
authored
ENGCOM-8085: Add font weight heavy variable #29773
2 parents 15938bc + 936760d commit c3f320f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/web/css/source/lib/variables/_typography.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@
3939
@font-size__xs: floor(.75 * @font-size__base); // 11px
4040

4141
// Weights
42+
@font-weight__hairline: 100;
43+
@font-weight__extralight: 200;
4244
@font-weight__light: 300;
4345
@font-weight__regular: 400;
4446
@font-weight__heavier: 500;
4547
@font-weight__semibold: 600;
4648
@font-weight__bold: 700;
49+
@font-weight__extrabold: 800;
50+
@font-weight__heavy: 900;
4751

4852
// Styles
4953
@font-style__base: normal;

0 commit comments

Comments
 (0)