Skip to content

Commit d26c924

Browse files
Revert font weight back to semibold for docs headings (#4497)
1 parent 894c21f commit d26c924

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
@@ -40,7 +40,7 @@ html {
4040
--docs-font-size-h5: var(--text-size-md);
4141
--docs-font-size-h6: var(--text-size-sm);
4242

43-
--docs-font-weight-heading: normal;
43+
--docs-font-weight-heading: var(--text-weight-semibold);
4444

4545
--docs-line-height-s: var(--text-leading-sm);
4646
--docs-line-height-m: var(--text-leading-md);

0 commit comments

Comments
 (0)