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.
Built from https://develop.svn.wordpress.org/trunk@47133


git-svn-id: http://core.svn.wordpress.org/trunk@46933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-01-30 18:28:07 +00:00
parent d3c032bc35
commit 481bbb3128
3 changed files with 3 additions and 11 deletions

View File

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

View File

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

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47124';
$wp_version = '5.4-alpha-47133';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.