Astra_List_Font_Families::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/typography/class-astra-list-font-families.php
public function configure() {
$this->id = 'astra/list-font-family';
$this->label = __( 'List Available Font Families', 'astra' );
$this->description = __( 'Lists the most popular and frequently used Google Font families available for use. Returns curated lists of trending fonts with categories and variants.', 'astra' );
$this->category = 'astra';
}
Expand full source code Collapse full source code View on Trac