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 trialAlice B.
1,580 Pointschange 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
56,413 PointsYou 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.
Alice B.
1,580 PointsThanks!
Melody Mandizvidza
Full Stack JavaScript Techdegree Student 6,674 Pointsif 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
7,646 PointsThank you so much for this!