Problem
- Adobe Fonts User Guide
- Introduction
- Font licensing
- Font licensing
- Manage your account
- Licensing for Creative Cloud for enterprise customers
- Adding font licenses to your account
- Removing fonts from the subscription library
- Adobe Fonts not available to Adobe IDs registered in China
- Why aren't these fonts included in my Creative Cloud subscription?
- Morisawa font removal September 2021
- Getting and using fonts
- Using Adobe Fonts in Creative Cloud apps
- Manage your fonts
- Resolve missing fonts in desktop applications
- Using fonts in InDesign
- Fonts and typography
- Using web fonts in HTML5 Canvas documents
- Using fonts in InCopy
- Using web fonts in Muse
- Packaging font files
- Troubleshooting guide: Adding fonts
- Added fonts aren't showing to font menu
- "Unable to add one or more fonts" or "A font with the same name is already installed"
- What happens when a font I'm using is updated by the foundry?
- Web design and development
- Add fonts to your website
- Troubleshooting guide: Adding fonts to a website
- Troubleshoot font issues
- Using web fonts in HTML email or newsletters
- Using web fonts with Accelerated Mobile Pages (AMP)
- CSS selectors
- Customize web font performance with font-display settings
- Embed codes
- Dynamic subsetting & web font serving
- Font events
- Why are my web fonts from use.typekit.net?
- Site can't connect to use.typekit.net
- Using web fonts with CodePen
- Browser and OS support
- Domains
- Using web fonts when developing locally
- Content security policy
- Printing web fonts
- Language support and OpenType features
- Font technology
What are you having trouble with?
- Fonts aren't working in any browser
- Fonts aren't working in mobile browsers
- Firefox isn’t showing the fonts but other browsers are
- Internet Explorer isn’t showing the fonts but other browsers are
- All text is italicized in Internet Explorer
- Fonts aren't displaying or look “doubled” in Safari and Mobile Safari
Adobe Fonts is not compatible with XP, Windows 7, Windows Vista, and Mac OSX.
Fonts aren't working in any browser
|
Solution |
---|---|
Embed code is missing from site. |
|
You've minified the embed code into a file on your own server. |
Exclude the embed code from your CSS and JavaScript file compressors, and update your website to use the embed code as provided. |
The correct font-family name hasn't been added to the CSS. |
Add the font-family names provided to your CSS. The CSS selectors help page shows how to find the font-family name for each of the web fonts you're using. |
A browser extension is blocking the web font files. |
Turn off the browser extension or change its settings to allow web fonts from Adobe (previously called Typekit). |
Fonts aren't working in mobile browsers
Problem |
Solution |
---|---|
The browser isn't supported. |
|
The correct font weight or style isn't specified in the CSS. |
Add the weight or style to the web project and make sure it is specified correctly in the CSS. |
Firefox isn’t showing the fonts but other browsers are
Problem |
Solution |
---|---|
Downloadable fonts turned off in hidden preference. |
Another hidden preference disables downloadable fonts.
|
Browser preference to override user fonts is turned off. |
A preference determines whether custom fonts may override the user's browser settings. Under Languages and Appearance > Fonts & Colors > Advanced, select the Allow pages to choose their own fonts option. |
Internet Explorer isn’t showing the fonts but other browsers are
Problem |
Solution |
---|---|
Document mode is set to an older version of the browser [IE9 or higher]. |
Remove meta tags that tell Internet Explorer to use a different document mode, such as <meta http-equiv="X-UA-Compatible" content="IE=8">
|
Browser preference to disable downloaded fonts is turned on [IE8]. |
A security setting can disable all downloadable fonts. Under Tools > Internet Options > Security > Custom level > Downloads, look for Font Download. Enable font downloads with the default security level. If security has been set to "high," fonts may not load. |
All text is italicized in Internet Explorer
Problem |
Solution |
---|---|
Document mode is set to an older version of the browser. |
Remove meta tags that tell Internet Explorer to use a different document mode, such as <meta http-equiv="X-UA-Compatible" content="IE=8">
|
Fonts aren't displaying or look “doubled” in Safari and Mobile Safari
Problem |
Solution |
---|---|
The font weight or style used in the CSS isn't included in the web project. |
Add the weight or style to the project and make sure it is specified correctly in the CSS. |