Skip to content

Commit 13f19cb

Browse files
Revert font weight back to semibold for docs headings (#4496)
1 parent a823f30 commit 13f19cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspublisher/theme/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ html {
3030
--docs-font-size-h5: var(--text-size-md);
3131
--docs-font-size-h6: var(--text-size-sm);
3232

33-
--docs-font-weight-heading: normal;
33+
--docs-font-weight-heading: var(--text-weight-semibold);
3434

3535
--docs-line-height-s: var(--text-leading-sm);
3636
--docs-line-height-m: var(--text-leading-md);

0 commit comments

Comments
 (0)