Background Color', 'popularfx' ) ) ) ); } $wp_customize->add_panel( 'popularfx_global', array( 'capability' => 'edit_theme_options', 'priority' => 2, 'title' => __( 'Global', 'popularfx') ) ); $wp_customize->add_panel( 'typography', array( 'capability' => 'edit_theme_options', 'title' => __( 'Typography', 'popularfx'), 'priority' => 2 ) ); // Load the options //pagelayer_load_font_options(); // Create the sections popularfx_customize_font('body', 'Body', $wp_customize); popularfx_customize_font('p', 'Paragraph', $wp_c