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:
parent
b30baca3ca
commit
363c862b66
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user