init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Module Name: Google Fonts (Beta)
|
||||
* Module Description: A selection of Google fonts for block enabled themes. This feature is still being developed.
|
||||
* Sort Order: 1
|
||||
* Recommendation Order: 2
|
||||
* First Introduced: 10.8.0
|
||||
* Requires Connection: No
|
||||
* Auto Activate: No
|
||||
* Module Tags: Fonts, Recommended
|
||||
* Feature: Writing
|
||||
* Additional Search Queries: fonts, webfonts, typography, creator
|
||||
*
|
||||
* @package automattic/jetpack
|
||||
*/
|
||||
|
||||
/**
|
||||
* Load the Google Fonts module.
|
||||
*/
|
||||
require_once __DIR__ . '/google-fonts/load.php';
|
||||
Reference in New Issue
Block a user