• Resolved chaten

    (@chaten)


    Hi, I found a small glitch when working with Adobe TypeKit.

    When using a font within accordion eg. Open sans and then using Adobe Typekit to load that same font, the accordion selected font will fail to load.

    The issue revolves around the property inserted by Accordian which is:

    
    font-family: Open Sans !important;

    For some reason it clashes with Adobe Typekit property which is:

    font-family: open-sans, sans-serif;

    To solve you have to put a css overide:

    #wpsm_accordion_7773 .ac_title_class,  {
    font-family: open-sans, sans-serif;
    }

    Just a headsup. Might be of help to someone else.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Small Glitch with Adobe Typekit’ is closed to new replies.