Revert #745, always default to bolder for strong tags

This commit is contained in:
Adam Wathan 2019-03-18 13:10:54 -04:00
parent aee1e44431
commit 6d1533e9a8
3 changed files with 0 additions and 30 deletions

View File

@ -529,16 +529,6 @@ textarea {
color: inherit;
}
/**
* Use the configured 'bold' weight for `strong` elements
* by default, falling back to 'bolder' (as per normalize.css)
* if there is no configured 'bold' weight.
*/
strong {
font-weight: 700;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling

View File

@ -529,16 +529,6 @@ textarea {
color: inherit;
}
/**
* Use the configured 'bold' weight for `strong` elements
* by default, falling back to 'bolder' (as per normalize.css)
* if there is no configured 'bold' weight.
*/
strong {
font-weight: 700;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling

View File

@ -175,16 +175,6 @@ textarea {
color: inherit;
}
/**
* Use the configured 'bold' weight for `strong` elements
* by default, falling back to 'bolder' (as per normalize.css)
* if there is no configured 'bold' weight.
*/
strong {
font-weight: theme('fontWeight.bold', bolder);
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling