• Resolved plittlefield

    (@plittlefield)


    Great plugin, but if I use the option ‘Serve fonts from CDN’ it does not add the http or https to the url.

    Example 1 – If I add just normawinstone-14083.kxcdn.com to the CDN option box, then click Download Fonts and Generate Stylesheet after changing this setting it puts this in the CSS…

    src: url('//normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/anton-400-normal-3Kz-Cs.eot');

    Example 2 – If I add just https://normawinstone-14083.kxcdn.com to the CDN option box, then click Download Fonts and Generate Stylesheet after changing this setting it puts this in the CSS…

    src: url('//https://normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/anton-400-normal-3Kz-Cs.eot');

    …do you see the error?

    Example 3 – If I do NOT use the CDN option box, then click Download Fonts and Generate Stylesheet after changing this setting it puts this in the CSS…

    src: url('https://www.normawinstone.com/wp-content/cache/omgf-webfonts/anton-400-normal-3Kz-Cs.eot');

    Hope you can help.

    Thanks,

    Paully

    • This topic was modified 4 years, 10 months ago by plittlefield.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    And what’s wrong with example #1? Because that’s what you want right? The ‘//’ means: use HTTPS if available, otherwise use HTTP. So it does use HTTPS ??

    Thread Starter plittlefield

    (@plittlefield)

    Well, I’ve learned something today… I did not know about the ‘//’ ??

    Problem solved, thanks.

    Paul

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    ?? no problem.

    If OMGF didn’t use SSL I wouldn’t have this much users, because no one’s fonts would load ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CDN option missing https(s)’ is closed to new replies.