diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index c3261fd203..9b91f19f09 100644
|
a
|
b
|
Inter variable font. Usage:
|
| 296 | 296 | margin: 0 auto; |
| 297 | 297 | text-align: center; |
| 298 | 298 | } |
| | 299 | .editor-styles-wrapper .wp-block-post-title.has-text-align-left { |
| | 300 | text-align: left; |
| | 301 | } |
| | 302 | .editor-styles-wrapper .wp-block-post-title.has-text-align-right { |
| | 303 | text-align: right; |
| | 304 | } |
| 299 | 305 | |
| 300 | 306 | .wp-block.editor-post-title__block { |
| 301 | 307 | max-width: 1000px; |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 11a3a33f50..1d21b48150 100644
|
a
|
b
|
Inter variable font. Usage:
|
| 296 | 296 | margin: 0 auto; |
| 297 | 297 | text-align: center; |
| 298 | 298 | } |
| | 299 | .editor-styles-wrapper .wp-block-post-title.has-text-align-left { |
| | 300 | text-align: left; |
| | 301 | } |
| | 302 | .editor-styles-wrapper .wp-block-post-title.has-text-align-right { |
| | 303 | text-align: right; |
| | 304 | } |
| 299 | 305 | |
| 300 | 306 | .wp-block.editor-post-title__block { |
| 301 | 307 | max-width: 1000px; |