mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 07:05:37 +01:00
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:
parent
d3c032bc35
commit
481bbb3128
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user