We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a92dee7 + 977f6ff commit 936760dCopy full SHA for 936760d
lib/web/css/source/lib/variables/_typography.less
@@ -39,11 +39,15 @@
39
@font-size__xs: floor(.75 * @font-size__base); // 11px
40
41
// Weights
42
+@font-weight__hairline: 100;
43
+@font-weight__extralight: 200;
44
@font-weight__light: 300;
45
@font-weight__regular: 400;
46
@font-weight__heavier: 500;
47
@font-weight__semibold: 600;
48
@font-weight__bold: 700;
49
+@font-weight__extrabold: 800;
50
+@font-weight__heavy: 900;
51
52
// Styles
53
@font-style__base: normal;
0 commit comments