typekit / webfontloader

Web Font Loader gives you added control when using linked fonts via @font-face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Ads ATP Certification

joemidi opened this issue · comments

I have an issue using Typekit fonts on banner animations.
The licensing pages say this it totally allowed: https://helpx.adobe.com/fonts/using/font-licensing.html#web-banner, however, my ads are being blocked by the Ad Platform (in this case Google Ads) because of the calls to use.typekit.net

It is worth noting that Adobe Advertising Cloud is already a certified ATP vendor and already has several URLs whitelisted including use.edgefonts.net and p.typekit.net, just not use.typekit.net.

Would it be possible to add an implementation where you can use a typekit project id with the edge fonts api url?

e.g.:

    WebFont.load({
        typekit: {
            id: '123xyz',
            api: '//use.edgefonts.net' // or p.typekit.net
        }
    });