diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index e7d7e7d503..99e9a47f89 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -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; } } diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index a07102ae5f..54fa2261fd 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -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; } }