• Resolved wedebrick

    (@wedebrick)


    Hi all,

    I’ve got a problem with a new accordion I just created. In Firefox/Chrome it doesn’t show the font (Frutiger) we’re usually using on our website. In Safari it does work, though.

    What’s strange is that Frutiger works just fine in our other accordions (which we’ve created a couple of months earlier) both in Firefox and Chrome.

    What could be the reason for this? Does it just take some time for Firefox/Chrome to adapt it or this a settings problem or ….?

    Thanks in advance
    Klaus

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.
    Probably CSS overriding issue, please send me your accordion page url, i will check it.
    Regards

    Thread Starter wedebrick

    (@wedebrick)

    Thanks for your reply!
    This is the new accordion: https://bit.ly/2lB6bPK
    And this is an older accordion on the same homepage (which works just fine): https://bit.ly/2jYGic5

    Plugin Author PickPlugins

    (@pickplugins)

    Can you please try the latest version, i just fix the issue and update plugin, please let me know the result.

    you can also use following css to override accordion content & header font family.

    
    .accordions-head-title{
    font-family: "Roboto","PT Sans",Helvetica,Arial,sans-serif;
    }
    .accordion-content{
    font-family: "Roboto","PT Sans",Helvetica,Arial,sans-serif;
    }
    

    Regards

    Thread Starter wedebrick

    (@wedebrick)

    It didn’t work automatically but after inserting your CSS code it finally did!

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Font problem with different browsers’ is closed to new replies.