kirki-framework / control-typography
Typography field for the Kirki Customizer framework.
Installs: 135
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/kirki-framework/control-typography
README
The typography field is an easy way to add multiple customizer controls in order to provide a unified experience and implementation for typography settings.
it is not a customizer control and therefore can't be used via the WordPress Customizer API. It is a shortcut for the Kirki API. If you want to achieve a similar result using the customizer API you can add separate controls for each property. For details on what controls and options are added you can take a look at the src/Field/Typography.php
file.
Installation
You can install this package using Composer:
composer require kirki-framework/field-typography
Make sure you include the autoloader:
require_once get_parent_theme_file_path( 'vendor/autoload.php' );