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 trialAlan Black
Courses Plus Student 6,305 PointsFonts in Rails
Just a friendly post I guess. I wanted to include some web fonts in my rails project and I was having some problems with the configuration. I found this great little post about how to set it up, for anyone that was thinking about it in the future. Super Sass friendly
http://aokolish.me/blog/2011/12/24/at-font-face-with-the-asset-pipeline/
1 Answer
Jamie Barton
14,498 PointsThanks for sharing this resource! I often include a fonts
folder in my assets and append it to the asset config paths.