diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index f0affb2558..034d57b93c 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -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; } diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index a78afe44e9..e377dba7ea 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -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; }