-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font Library: Allow users to utilise Adobe/Typekit fonts #55239
Comments
I hope the integration with Adobe Fonts becomes feasible. |
Hello, any updates on this request. Currently there seems to be no way to include Adobe fonts and configure them in the theme.json file. Adobe fonts only allow via paid Creative Cloud subscription plans, which they provide a CSS to load fonts. I know one could purchase the font license to get the font files, but this end up being extremely expensive for user to do, because theme.json does not support adding a remote font like that, so there has to be a way to also load remote fonts like Adobe fonts for those that pay for the Creative Cloud subscription. Thanks |
My understanding is that Adobe/Typekit fonts require an individual license, per site, to use. Given that constraint, I think support for this is best handled in a dedicated plugin, that can save the relevant license info and dynamically generate a font collection that's specific to the site. |
Adobe Fonts offers web font licensing as part of their Creative Cloud subscription. To add Adobe Fonts to their website, users only need to:
Step 1 can be accomplished by using a plugin to modify or have a feature that lets users key in their Project ID. Step 2 would need Font Library to allow a custom font by entering the name of the font family, instead of using the default, a Google Font, or an uploaded font. |
What problem does this address?
Adobe/Typekit supports font embedding for their customers - but currently requires custom CSS code to assign the typeface to any elements.
https://helpx.adobe.com/au/fonts/using/add-fonts-website.html
What is your proposed solution?
It would be great to consider other font providers in the library - including Adobe/Typekit.
The text was updated successfully, but these errors were encountered: