Home Forums Plugins WooCommerce Photo Reviews Font swap option or use elementor custom font

Font swap option or use elementor custom font

  • Author
    Posts
  • #225833

    Rodlens Hora
    Participant

    i got flag from google speed test can you please add Font swap option or use elementor custom font i was have the same problem with elementor i find this code from their document

    /**
    * Control how font files are loaded and displayed by the browser.
    * Set the font-display property to swap.
    *
    * @since 1.0.0
    */
    function update_font_display() {

    return ‘swap’; // Or any other value.

    }
    add_filter( ‘elementor_pro/custom_fonts/font_display’, ‘update_font_display’ );

    now the remaining font come from your plugin

    Attachments:
    You must be logged in to view attached files.

You must be logged in to see replies to this topic. Click here to login or register