what’s wrong with my html for my layout? why won’t it work

@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

p{

Β  .just-me-again-down-here-regular {

Β  font-family: "Just Me Again Down Here", cursive;Β 

Β  font-size: 200%;

Β  font-weight: 400;

Β  font-style: normal;

}


}

h1,h2,h3,h4,h5{

Β  .just-me-again-down-here-regular {

Β  font-family: "Just Me Again Down Here", cursive;Β 

Β  font-size: 200%;

Β  font-weight: 400;

Β  font-style: normal;

}



1 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

XarAri

XarAri's profile picture

Well you need to change how you handle html build.
I don't think

could launch classes


Report Comment

mr robot

mr robot 's profile picture

you have som css errors
1. you put a class inside a p {selector}
2. same problem w h1-h5 block
3. classes aren’t applied anywhere
4. the @import is correct but only works in the first line so js double check that

if you need any help or wtv dm me though i can try to help out


Report Comment