File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -529,16 +529,6 @@ textarea {
529
529
color: inherit;
530
530
}
531
531
532
- /**
533
- * Use the configured 'bold' weight for `strong` elements
534
- * by default, falling back to 'bolder' (as per normalize.css)
535
- * if there is no configured 'bold' weight.
536
- */
537
-
538
- strong {
539
- font-weight: 700;
540
- }
541
-
542
532
/**
543
533
* Use the configured 'mono' font family for elements that
544
534
* are expected to be rendered with a monospace font, falling
Original file line number Diff line number Diff line change @@ -529,16 +529,6 @@ textarea {
529
529
color : inherit;
530
530
}
531
531
532
- /**
533
- * Use the configured 'bold' weight for `strong` elements
534
- * by default, falling back to 'bolder' (as per normalize.css)
535
- * if there is no configured 'bold' weight.
536
- */
537
-
538
- strong {
539
- font-weight : 700 ;
540
- }
541
-
542
532
/**
543
533
* Use the configured 'mono' font family for elements that
544
534
* are expected to be rendered with a monospace font, falling
Original file line number Diff line number Diff line change @@ -175,16 +175,6 @@ textarea {
175
175
color : inherit;
176
176
}
177
177
178
- /**
179
- * Use the configured 'bold' weight for `strong` elements
180
- * by default, falling back to 'bolder' (as per normalize.css)
181
- * if there is no configured 'bold' weight.
182
- */
183
-
184
- strong {
185
- font-weight : theme ('fontWeight.bold' , bolder);
186
- }
187
-
188
178
/**
189
179
* Use the configured 'mono' font family for elements that
190
180
* are expected to be rendered with a monospace font, falling
You can’t perform that action at this time.
0 commit comments