kollapsminoriteten/wp-content/plugins/jetpack/modules/google-fonts.php

25 lines
554 B
PHP
Raw Normal View History

2022-06-16 14:01:47 +02:00
<?php
/**
* Module Name: Google Fonts (Beta)
2025-07-27 19:58:08 +02:00
* Module Description: Customize your site's typography with a selection of Google Fonts.
2022-06-16 14:01:47 +02:00
* Sort Order: 1
* Recommendation Order: 2
* First Introduced: 10.8.0
* Requires Connection: No
* Auto Activate: No
* Module Tags: Fonts, Recommended
* Feature: Writing
2023-12-07 09:44:11 +01:00
* Additional Search Queries: fonts, webfonts, typography, creator
2022-06-16 14:01:47 +02:00
*
* @package automattic/jetpack
*/
2025-12-12 13:13:07 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
2022-06-16 14:01:47 +02:00
/**
2023-12-07 09:44:11 +01:00
* Load the Google Fonts module.
2022-06-16 14:01:47 +02:00
*/
2023-12-07 09:44:11 +01:00
require_once __DIR__ . '/google-fonts/load.php';