Make WordPress Core

Ticket #49318: 49318.1.diff

File 49318.1.diff, 1.2 KB (added by audrasjb, 4 years ago)

Added RTL styles

  • src/wp-content/themes/twentytwenty/style-rtl.css

    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 b figure.wp-block-table.is-style-stripes { 
    34983498
    34993499/* Font Families ----------------------------- */
    35003500
    3501 .entry-content p,
    3502 .entry-content ol,
    3503 .entry-content ul,
    3504 .entry-content dl,
    3505 .entry-content dt {
     3501.entry-content {
    35063502        font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    35073503        letter-spacing: normal;
    35083504}
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index a78afe44e9..e377dba7ea 100644
    a b figure.wp-block-table.is-style-stripes { 
    35203520
    35213521/* Font Families ----------------------------- */
    35223522
    3523 .entry-content p,
    3524 .entry-content ol,
    3525 .entry-content ul,
    3526 .entry-content dl,
    3527 .entry-content dt {
     3523.entry-content {
    35283524        font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    35293525        letter-spacing: normal;
    35303526}