Make WordPress Core

Ticket #61377: 61377.patch

File 61377.patch, 780 bytes (added by viralsampat, 21 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 18e8328107..d1faa084d1 100644
     
    1212}
    1313
    1414.editor-styles-wrapper > * {
    15         font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
     15        font-family: NonBreakingSpaceOverride;
    1616        font-size: 18px;
    1717}
    1818
    1919@supports ( font-variation-settings: normal ) {
    2020
    2121        .editor-styles-wrapper > * {
    22                 font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
     22                font-family: NonBreakingSpaceOverride;
    2323        }
    2424
    2525}