Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add Custom Fonts

Home / Forums / Pinnacle Theme / Add Custom Fonts

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
October 3, 2017 at 12:17 pm

Hello,
i add the following code to my child-theme and it works fine.
Because i cant see the Custom-Font on the kadslider font-menu.
Only the Google Fonts are available.

add_filter("redux/pinnacle/field/typography/custom_fonts", 'kt_custom_fonts');
function kt_custom_fonts() {
return array('Custom' =>
array('Poppins, san-serif' => 'Poppins',)
);
}

Any solutions possible?

Thank you
Hans-Peter

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.