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.
1 parent cd0d5a3 commit 0d2eb58Copy full SHA for 0d2eb58
.changeset/short-falcons-march.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/css': patch
3
4
+
5
+Add default font weight (--base-text-weight-normal, 400) to body
src/base/base.scss
@@ -15,6 +15,7 @@ button {
15
body {
16
font-family: $body-font;
17
font-size: var(--body-font-size, $body-font-size);
18
+ font-weight: var(--base-text-weight-normal, 400);
19
line-height: $body-line-height;
20
color: var(--fgColor-default, var(--color-fg-default));
21
background-color: var(--bgColor-default, var(--color-canvas-default));
0 commit comments