We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d984d64 commit 1259dddCopy full SHA for 1259ddd
.changeset/rare-garlics-vanish.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Use correct weight token for typography utilities
src/support/variables/typography.scss
@@ -21,8 +21,8 @@ $h6-size: 12px !default;
21
$font-size-small: 12px !default;
22
23
// Font weights
24
-$font-weight-bold: var(--base-text-weight-medium, 600) !default;
25
-$font-weight-semibold: var(--base-text-weight-semibold, 500) !default;
+$font-weight-bold: var(--base-text-weight-semibold, 600) !default;
+$font-weight-semibold: var(--base-text-weight-medium, 500) !default;
26
$font-weight-normal: var(--base-text-weight-normal, 400) !default;
27
$font-weight-light: var(--base-text-weight-light, 300) !default;
28
0 commit comments