@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;
}
Comments
Displaying 3 of 3 comments ( View all | Add Comment )
GOAT
@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');
p, h1, h2, h3, h4, h5 {
font-family: "Just Me Again Down Here", cursive;
font-size: 200%;
font-weight: 400;
font-style: normal; }
ig thats what u were tryin to do :o
hope it helps xoxo
mr robot
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
π¦π· INOI.exe (neet) ♥οΈ
Skill issue.