Title: Using Adobe fonts?
Last modified: June 7, 2022

---

# Using Adobe fonts?

 *  [audunmb](https://wordpress.org/support/users/audunmb/)
 * (@audunmb)
 * [4 years ago](https://wordpress.org/support/topic/using-adobe-fonts/)
 * Is it possible to use Adobe fonts with this theme, and full site editing in general?
 * Adobe provides a stylesheet that one can import ([described here](https://jotzilla.net/how-to-add-typekit-fonts-to-your-wordpress-without-plugin/#how-to-add-typekit-fonts-to-your-wordpress)),
   but I don’t know how to add that to the typography section of theme.json.
 * The format of the file provided by Adobe is:
 *     ```
       @font-face {
       font-family:"trade-gothic-next";
       src:url("https://use.typekit.net/af/.../....") format("woff2"),url("https://use.typekit.net/af/.../....") format("woff"),url("https://use.typekit.net/af/.../....") format("opentype");
       font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
       }
       ```
   
 * (… is individual strings related to my license AFAIK).
    I guess I somehow can
   add the src provided in this file to the theme.json typography section? Does 
   that work?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/)
 * (@mrfoxtalbot)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/using-adobe-fonts/#post-15739073)
 * Hi [@audunmb](https://wordpress.org/support/users/audunmb/),
 * The simplest way to do this would be by creating a child theme and overwriting
   the parent theme’s theme.json file, as outlined in this other support thread:
 * [https://wordpress.org/support/topic/twenty-twenty-two-font-control/](https://wordpress.org/support/topic/twenty-twenty-two-font-control/)
 * That being said, this might not work 100% straightforward in the case of Adobe
   fonts. Please give it a try and feel free to share any updates, as they might
   be helpful for other people running into a similar issue in the future.
 * Thank you!
 *  Thread Starter [audunmb](https://wordpress.org/support/users/audunmb/)
 * (@audunmb)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/using-adobe-fonts/#post-15743155)
 * Thanks, but that doesn’t work with Adobe fonts. It only supports local fonts,
   and the Adobe license doesn’t allow local fonts.
 * A workaround that works for me now is to use a custom plugin for block styles.
   Then I can add the fonts I need trought the plugin css and use Adobe fonts for
   special block styles (like Heading). Still, for the default fonts I need to use
   the free fonts that can be used locally.
 * An option may be to specify the fonts trough the theme.json file and then load
   the fonts from Adobe trough the plugin (or other solution for custom css), but
   the webfont api of theme.json breaks if you don’t provide the source of the font(
   which means that the child theme.json won’t load at all).
 *  [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/)
 * (@mrfoxtalbot)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/using-adobe-fonts/#post-15743538)
 * Thank you for sharing this [@audunmb](https://wordpress.org/support/users/audunmb/).
   I did a [quick search in the Gutenberg repository](https://github.com/wordpress/gutenberg/issues?q=is%3Aissue+is%3Aopen+fonts+api+label%3A%22%5BFeature%5D+Webfonts%22)
   but could not find any open issues regarding remote vs. local fonts. It would
   be great if you could open an issue there explaining this problem and any ideas
   you have on how to work around it. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Using Adobe fonts?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentytwo/2.1/screenshot.
   png)
 * Twenty Twenty-Two
 * [Support Threads](https://wordpress.org/support/theme/twentytwentytwo/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentytwo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentytwo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentytwo/reviews/)

## Tags

 * [Adobe Fonts](https://wordpress.org/support/topic-tag/adobe-fonts/)
 * [Child themes](https://wordpress.org/support/topic-tag/child-themes/)
 * [Fonts API](https://wordpress.org/support/topic-tag/fonts-api/)
 * [theme.json](https://wordpress.org/support/topic-tag/theme-json/)

 * 3 replies
 * 2 participants
 * Last reply from: [Alvaro Gómez](https://wordpress.org/support/users/mrfoxtalbot/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/using-adobe-fonts/#post-15743538)
 * Status: not resolved