• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How can I copy a kit from one account to another?

New Here ,
Jan 04, 2016 Jan 04, 2016

Copy link to clipboard

Copied

I recreate client brandings and implement them on our own servers.

Many clients have typekit for their websites, and instead of going through the hassle of them adding our domain to their kit, we just recreate the kit.

Is there a way to take the typekit kit JS file (ie: https://use.typekit.net/hzv2aqa.js) or ID and export it to our own typekit account, or is there a way for me to access a kit via the API i don't have access to, just to "copy it" to my account?

I'm assuming not, but can't hurt to ask.

What I'm going to try to do if the above isn't possible is write a script to download the js file, pull out the fonts within it, and then create the kit in my account through the API.

Views

300

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 04, 2016 Jan 04, 2016

Copy link to clipboard

Copied

LATEST

Son of a...

while calling curl on "https://typekit.com/api/v1/json/kits/hzv2aqa‌" will return an invalid access, calling "https://typekit.com/api/v1/json/kits/hzv2aqa/published‌" returns exactly what i need. With this you can then just create the response with the already formatted "families" and "variations".

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines