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

CSS CSS Foundations Text, Fonts, and Lists Font Properties

Stephen Printup
seal-mask
.a{fill-rule:evenodd;}techdegree
Stephen Printup
UX Design Techdegree Student 45,252 Points

I've input what I think is the correct answer to task 1 and it is not working. What is the correct answer to task 1?

The question was: Create a new rule by selecting the paragraph in the document. Create a font stack using Baskerville, Times New Roman, Times, serif.

I've input: p { font-family: baskerville, "times new roman", times, serif; }

4 Answers

Chris Malcolm
Chris Malcolm
2,909 Points

also make sure to include capital letters for fonts specified. its case-sensitive

Chris Malcolm
Chris Malcolm
2,909 Points

probably get rid of quotes on times new roman and it will work

Stephen Printup
seal-mask
.a{fill-rule:evenodd;}techdegree
Stephen Printup
UX Design Techdegree Student 45,252 Points

I just did that and it still doesn't work. Baskerville, Times New Roman and Times are all blue while serif is red; I'm not sure what this means.