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

General Discussion Building Websites with Bootstrap 3

change bootstrap font

Hello! How can i change the default font of bootstrap with another font? If i change my css it doesn't work.... Do you have any advice? Thanks!

Alice

3 Answers

Seth Kroger
Seth Kroger
56,413 Points

You should go to the customize and download page for bootstrap and change the fonts in the typography section, then download the custom build to use.

Thanks!

if you want to use your own css file, all you need to remember is that css is cascading. Which means when you link the css in your html have the bootstrap one in first and yours after. So that anything within you css folder will overide the bootstrap.

Parker Van Roy
Parker Van Roy
7,646 Points

Thank you so much for this!