1 | | Tested this one along with the PR from https://github.com/WordPress/gutenberg/pull/26822, seems to be working as expected. It is a simple change and has already been approved by design |
| 1 | Tested this one along with the PR from https://github.com/WordPress/gutenberg/pull/26822, seems to be working as expected. It is a simple change and has already been approved by design. |
| 2 | |
| 3 | Just one note, this PR leaves in `src/wp-includes/script-loader.php` this part which doesn't do anything and can/should be removed: |
| 4 | {{{#!php |
| 5 | <?php |
| 6 | $fonts_url = ''; |
| 7 | $styles->add( 'wp-editor-font', $fonts_url ); |
| 8 | }}} |