| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Google Fonts (Beta) |
| 4 | - * Module Description: A selection of Google fonts for block enabled themes. This feature is still being developed. | |
| 4 | + * Module Description: This feature is now supported natively in WordPress when using any block theme. To use Google Fonts, refer to the WordPress.org Font Library documentation. | |
| 5 | 5 | * Sort Order: 1 |
| 6 | 6 | * Recommendation Order: 2 |
| 7 | 7 | * First Introduced: 10.8.0 |
| 8 | 8 | * Requires Connection: No |
| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | * Additional Search Queries: fonts, webfonts, typography, creator |
| 13 | 13 | * |
| 14 | 14 | * @package automattic/jetpack |
| 15 | 15 | */ |
| 16 | + | |
| 17 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 18 | + exit( 0 ); | |
| 19 | +} | |
| 16 | 20 | |
| 17 | 21 | /** |
| 18 | 22 | * Load the Google Fonts module. |
| 19 | 23 | */ |