Okay
  Public Ticket #2207275
Adding Adobe Fonts
Closed

Comments

  • Owen started the conversation

    I'm looking to add Adobe fonts to the Sonaar theme. Please tell me this is possible.

  •  1,103
    Max replied

    Hi there,

    I never implemented adobe fonts but perhaps there is a plugin for that? Does Adobe give instructions on how to use their fonts on a website?

    Thanks,


    Max from the Sonaar.io Crew

  • Owen replied

    I just don't want the theme adding fonts to the lead-times of the website on top of Adobe fonts. Yes, there are plugins.

  • Owen replied

    Load *


  •  1,103
    Max replied

    Perhaps try to add this to your function.php of your child theme:

    function sr_dequeue_google_fonts_style() {
          wp_dequeue_style( 'iron-google-font' );
          wp_dequeue_style( 'sonaar-font' );
          wp_dequeue_style( 'google-fonts-1' );
    }
    add_action( 'wp_print_styles', 'sr_dequeue_google_fonts_style' );

    let me know

    Thanks,


    Max from the Sonaar.io Crew

  • Owen replied

    Ok, I'll add that.


    One other thing. I'm noticing this background on all the pages (attached) - it's kind of like contour lines on a map. Where can I turn this off or change it? I can't seem to find it in the revolution slider.

  • Owen replied

    Is it possible to have the footer player showing without an album added to the page via elementor? I want to have a landing page with just a large image slider with callouts, no content below the fold. As soon as I eliminate the playlist, the footer player disappears.

  • Owen replied

    Sorry to follow this up with some more questions...


    I'm seeing that you offer a theme called Soundrise, correct? It shares a lot of the same functionality, but incorporates the WP Bakery plugin. 

    Can you let me know if there's any other major differences between the two themes?


    Owen

  •  1,103
    Max replied

    Ill close this ticket as I replied previously on messenger.

    Thanks,


    Max from the Sonaar.io Crew