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 {
529529 color: inherit;
530530}
531531
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-
542532/**
543533 * Use the configured 'mono' font family for elements that
544534 * 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 {
529529 color : inherit;
530530}
531531
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-
542532/**
543533 * Use the configured 'mono' font family for elements that
544534 * 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 {
175175 color : inherit;
176176}
177177
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-
188178/**
189179 * Use the configured 'mono' font family for elements that
190180 * are expected to be rendered with a monospace font, falling
You can’t perform that action at this time.
0 commit comments