Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialammarkhan
Front End Web Development Techdegree Student 21,661 PointsAdding fonts from fonts.com
I am member of fonts.com and i am unable to enqueue fonts from fonts.com into my website. Anyone who has done it, want to share?
Mark Ihrig
19,966 PointsMark Ihrig
19,966 PointsHere is the link to Fonts.com support page http://www.fonts.com/support/faq/how-can-i-export-and-import-my-fonts I have not personally installed fonts from fonts.com, but I have read that it requires you to go to Fonts.com, go to the "Manage Web Fonts", and add a domain.
Here is a step by step process for using webfonts from Fonts.com http://www.fonts.com/web-fonts/instructions
Fonts.com mentions these details: "On the Manage Web Fonts page, create a new project and select the βImportβ link located to the right of the project name. You can also import the project into an existing project, however this will overwrite any pre-existing attributes of the project. Enter the token from the previous project. Click βSubmitβ to complete the import process. Fonts, selectors and domains should now be imported. Remember to publish your changes selecting the link βClick here to publish projectβ highlighted in yellow."
On an older post on Stackexchange, it talks about how to import fonts from Fonts.com into Drupal.
http://drupal.stackexchange.com/questions/44928/adding-web-font-from-fonts-com They mention the basic steps of - going to Fonts.com, then going to "Manage Web Fonts", and then add a domain. Then they talked about using the following example code to import the font. You would place the @import at the beginning of our CSS file. Your URL would be different than the one below.
@import url("http://fast.fonts.com/cssapi/3bcaa9a7-xxxx...xxxx.css");