We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972083d commit 49b9e41Copy full SHA for 49b9e41
1 file changed
src/css/typography.css
@@ -81,9 +81,7 @@ caption,
81
strong {
82
color: rgb(var(--theme-style-text));
83
font-family: var(--theme-font-ui-name);
84
- font-weight: var(--theme-font-ui-weight);
85
- font-style: var(--theme-font-ui-style);
86
- font-weight: bold;
+ font-weight: 700;
87
}
88
89
i {
0 commit comments