Bundled Themes: Twenty Twenty content font CSS selector is too important - updated.
This adds more selectors for headings, tables, addresses, cite, figcaption, file and caption blocks to make the font-family match as before [47133]. Props alexandreb3, SergeyBiryukov. Fixes #49318. git-svn-id: https://develop.svn.wordpress.org/trunk@47439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f06d9a2bb
commit
150a49a0b1
@ -3511,17 +3511,35 @@ figure.wp-block-table.is-style-stripes {
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
.entry-content h4,
|
||||
.entry-content h5,
|
||||
.entry-content h6,
|
||||
.entry-content cite,
|
||||
.entry-content figcaption,
|
||||
.entry-content .wp-caption-text {
|
||||
.entry-content table,
|
||||
.entry-content address,
|
||||
.entry-content .wp-caption-text,
|
||||
.entry-content .wp-block-file {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@supports ( font-variation-settings: normal ) {
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
.entry-content h4,
|
||||
.entry-content h5,
|
||||
.entry-content h6,
|
||||
.entry-content cite,
|
||||
.entry-content figcaption,
|
||||
.entry-content .wp-caption-text {
|
||||
.entry-content table,
|
||||
.entry-content address,
|
||||
.entry-content .wp-caption-text,
|
||||
.entry-content .wp-block-file {
|
||||
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
}
|
||||
|
@ -3533,17 +3533,35 @@ figure.wp-block-table.is-style-stripes {
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
.entry-content h4,
|
||||
.entry-content h5,
|
||||
.entry-content h6,
|
||||
.entry-content cite,
|
||||
.entry-content figcaption,
|
||||
.entry-content .wp-caption-text {
|
||||
.entry-content table,
|
||||
.entry-content address,
|
||||
.entry-content .wp-caption-text,
|
||||
.entry-content .wp-block-file {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@supports ( font-variation-settings: normal ) {
|
||||
|
||||
.entry-content h1,
|
||||
.entry-content h2,
|
||||
.entry-content h3,
|
||||
.entry-content h4,
|
||||
.entry-content h5,
|
||||
.entry-content h6,
|
||||
.entry-content cite,
|
||||
.entry-content figcaption,
|
||||
.entry-content .wp-caption-text {
|
||||
.entry-content table,
|
||||
.entry-content address,
|
||||
.entry-content .wp-caption-text,
|
||||
.entry-content .wp-block-file {
|
||||
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user