28. Typography

Complex field with font settings including preview from google fonts

'typography' => array(
    'type' => 'typography',
    'label' => esc_html__('Typography', 'my-domain'),
    'excluded' => array(
        'font-family',
        'backup-font'
    )
),

Also, you can exclude fields from component:

Last updated

Was this helpful?