Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #721713

    Ahoy,

    I tried adding this code to change the font family for the testimonial slider but it didn’t work.

    .avia-testimonial-name {
        font-family: 'MuseoSans_500' !important; 
        font-size: 20px !important; 
        color: black !important;
    }

    Any ideas on how to get that to work?

    #721858

    Hey mcraig77,

    It’s using Quicksand at the moment, how did you import the font you want to use?

    Best regards,
    Rikard

    #722336

    Ahoy,

    Yes I know… I dont want quicksand.

    this is the thread on how the font is imported

    please advise

    #722998

    Hi!

    Where did you add the fontface rule? The font file is not found.

    http://77.104.162.96/~davekern/wp-content/uploads/dynamic_avia/77.104.162.9…n/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff Failed to load resource: the server responded with a status of 404 (Not Found)

    Please try a relative url.

    @font-face {
    font-family: "MuseoSans_500";
    src: url("/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff");
    }

    or..

    @font-face {
    font-family: "MuseoSans_500";
    src: url("wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff");
    }
    

    Regards,
    Ismael

    #723353

    Ahoy I added this as the font face rule (private)

    Does that not work? If I use that link the font downloads.

    Let me know how to change that font, thanks!

    #724495

    Hi,

    try if this is working with a default WP theme, to make sure this is not theme related. Check out this tutorial: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    Best regards,
    Andy

    #724737

    Ahoy,

    yes I don’t believe it is theme related the font was downloaded here. https://www.fontsquirrel.com/fonts/museo-sans

    please advise

    #725184

    Hey!

    Did you try our suggestion above regarding “relative” url?

    @font-face {
    font-family: "MuseoSans_500";
    src: url("/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff");
    }

    Cheers!
    Ismael

    #725743

    Ahoy,

    I went ahead and tried both of relativie urls to the following and added this code to change the testimonial name. Still nothing…

    @font-face {
    font-family: "MuseoSans_500";
    src: url("/wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff");
    }
    @font-face {
    font-family: "MuseoSans_500";
    src: url("wp-content/themes/enfold-child/fonts/WebFonts/MuseoSans_500-webfont.woff");
    }
    .avia-testimonial-name {
        font-family: 'MuseoSans_500' !important; 
        font-size: 20px !important; 
        color: black !important;
    }

    Please Advise

    #726031

    Hi,

    if this is not theme related, then we can’t really help you. Best to ask in general WordPress forum instead. So at first you need to make sure that using font face on your WP installation is working in general. If yes, then we can help you so it will work with Enfold, too.
    So again: try using font face in a default WP theme. When it’s working fine for you, then come back to us.

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.