<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-TlhFi/2/4?curriculum_id=50579fb998b470000202dc8b
<In what way does your code behave incorrectly? Include ALL error messages.>
Every time I set a piece of text to the cursive font, it changes the text to comic sans instead. It isn’t that big of a deal because I can still complete the lessons, but it is weird.
```
h3{
font-family:cursive;
}
<do not remove the three backticks above>
Here this makes mine cursive
h3{ font-family: cursive;}
I think your code has same effect as the thread starter does, I have this problem too, maybe this is a bug.
Yeah, I think it must be a bug changing the positions of the brackets unfortunately does not help… thanks anyway though!
weird, mine DOES show cursive. Probably a bug or something. Browsers can do it as well…
Can’t get past this exercise. It won’t recognize the “cursive” font at all. it stays white while all the other font names are orange. tried it on chrome and microsoft edge. same problem.
h1
{
font-family:serif;
}
h2
{
font-family:sans-serif;
{
h3
{
font-family:cursive;
}
You probably passed this by now but your brackets placement means something. You need to put them in the right spots.
pabau
May 23, 2016, 6:51am
8
csspro94080:
same
what is this??
Does your reply improve the conversation in some way?
Be kind to your fellow community members.
Constructive criticism is welcome, but criticize ideas, not people.
1 Like