Preview:
add_filter( 'wptabspro_field_typography_customwebfonts', 'wptabspro_field_typography_customwebfonts_modified' );
if( ! function_exists('wptabspro_field_typography_customwebfonts_modified')) {
    function wptabspro_field_typography_customwebfonts_modified() {
        // your custom fonts 
        $custom_fonts = array(
            'use your desired font name',
            'Manrope',
        );
        return $custom_fonts;
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter