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
|
|
|
|
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | .editor-styles-wrapper > * { |
| 15 | | font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; |
| | 15 | font-family: NonBreakingSpaceOverride; |
| 16 | 16 | font-size: 18px; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | @supports ( font-variation-settings: normal ) { |
| 20 | 20 | |
| 21 | 21 | .editor-styles-wrapper > * { |
| 22 | | font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif; |
| | 22 | font-family: NonBreakingSpaceOverride; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | } |