google-fonts.php
| 1 | <?php |
| 2 | /** |
| 3 | * Module Name: Google Fonts (Beta) |
| 4 | * Module Description: A selection of Google fonts for block enabled themes. This feature is still being developed. |
| 5 | * Sort Order: 1 |
| 6 | * Recommendation Order: 2 |
| 7 | * First Introduced: 10.8.0 |
| 8 | * Requires Connection: No |
| 9 | * Auto Activate: No |
| 10 | * Module Tags: Fonts, Recommended |
| 11 | * Feature: Writing |
| 12 | * Additional Search Queries: fonts, webfonts, typography, creator |
| 13 | * |
| 14 | * @package automattic/jetpack |
| 15 | */ |
| 16 | |
| 17 | /** |
| 18 | * Load the Google Fonts module. |
| 19 | */ |
| 20 | require_once __DIR__ . '/google-fonts/load.php'; |
| 21 |