Bundled Themes: Twenty Twenty content font CSS selector is too important.

This makes the font family selector for `entry-content` less specific and thus easier to override.

Props alexandreb3, larrach, audrasjb.
Fixes #49318.

git-svn-id: https://develop.svn.wordpress.org/trunk@47133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Belanger 2020-01-30 18:26:22 +00:00
parent b30baca3ca
commit 363c862b66
2 changed files with 2 additions and 10 deletions

View File

@ -3498,11 +3498,7 @@ figure.wp-block-table.is-style-stripes {
/* Font Families ----------------------------- */ /* Font Families ----------------------------- */
.entry-content p, .entry-content {
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
letter-spacing: normal; letter-spacing: normal;
} }

View File

@ -3520,11 +3520,7 @@ figure.wp-block-table.is-style-stripes {
/* Font Families ----------------------------- */ /* Font Families ----------------------------- */
.entry-content p, .entry-content {
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
letter-spacing: normal; letter-spacing: normal;
} }