• Resolved omaraljoundi

    (@omaraljoundi)


    Thank you for the awesome plugin.
    this is my second time using this plugin, but this time I’m facing a weird problem.
    when I applied the font to my menu, body .. anything actually, it show in the developer tool that the elements take the font, but doesn’t change the font style at all the size is the only thing that changes.

    Any idea how can I fix it?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mohamed Abd Elhalim

    (@mandooox)

    Hello, thanks for using the plugin.

    I think the problem because the URL of the font source didn’t load correctly, which the code appear like that:

    
    href='//www_fontstatic_com/f=jooza%2Cassaf%2C'
    

    And this may be because you’re using a cache plugin or dns-prefetch, the correct URL should be like that:

    
    //www.fontstatic.com/f=jooza
    

    Why the code changed, really I don’t know, you can try to remove the plugin completely, then install it again.

    Thread Starter omaraljoundi

    (@omaraljoundi)

    Great Response! I was able to change the href through java Script.
    Problem solved thank you so much <3.

    Plugin Author Mohamed Abd Elhalim

    (@mandooox)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font-family takes the font but doesn’t change anything’ is closed to new replies.