Copy link to clipboard
Copied
Hi there!
Require a bit of help on this situation I'm facing.
We acquired full control of a website from the previous web designers a while back and recently discovered that majority of the fonts went from serif (Freight family, taken from Typekit) to sans-serif.
We believe that the Typekit account used by the previous web designers have depreciated, hence the font issue. This is what we see in the source code (bolded the Project ID):
Adobe Fonts (formerly known as Typekit) uses a combination of JavaScript and CSS code to pull custom web fonts into your projects.
1. Log-in and select your desired fonts and variants.
2. Activate fonts within your "My Fonts" console and associate them with your new web project.
3. Copy & paste generated Adobe Fonts code into the <head> tag of your document.
4. Add the required CSS font-family, alternatives & variants to your stylesheet.
h3 {font-family: "custom-
Copy link to clipboard
Copied
Adobe Fonts (formerly known as Typekit) uses a combination of JavaScript and CSS code to pull custom web fonts into your projects.
1. Log-in and select your desired fonts and variants.
2. Activate fonts within your "My Fonts" console and associate them with your new web project.
3. Copy & paste generated Adobe Fonts code into the <head> tag of your document.
4. Add the required CSS font-family, alternatives & variants to your stylesheet.
h3 {font-family: "custom-font-name", arial, helvetica, sans-serif; font-size: 32px; font-weight: 900}
5. Save & upload your HTML and CSS documents to remote server to test.
6. To see results, refresh your browser by clearing cached data or use a different web browser.
Copy link to clipboard
Copied
Thanks for replying, Nancy!
Would it be accurate for me to say that I've to do away with this script altogether?
And only use the method you've written above?
Copy link to clipboard
Copied
Ok followed your instructions and everything is working just fine now!
Thank you so much, Nancy!!
Copy link to clipboard
Copied
You're welcome. Glad I could help. 🙂
For future reference, Adobe Fonts has a dedicated product forum below in case you have more questions about using fonts.