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 trial

WordPress From Bootstrap to WordPress Setup a Bootstrap Theme Add Bootstrap CSS via the functions.php File

Adding 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?

Here 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");