kiTTy's profile picture

Published by

published

Category: Web, HTML, Tech

I need sum help

hey im looking 4 a specific code 2 change all the fonts on my page to "Fredoka One". 

can some1 help me with that? cuz all the codes ive tried doesnt really work 4 me :(


0 Kudos

Comments

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

effie <3

effie <3's profile picture

hello! this is the coding i use, i replaced the inport url for fredoka one, you should be able to copy and paste this. i tested it on my page so if its still not working lmk and we can troubleshoot!
obv you can change what size and style you'd like


@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
p{
font-family: 'Fredoka One', cursive;
font-size: 150%;
color: black;

}
h1, h2, h3, h4, h5{
font-family: 'Fredoka One', cursive;
font-size: 150%;
color: black;

}


Report Comment



you might have to remove the ' ' around the url if it doesnt work!

by effie <3; ; Report

for some reason the code isnt working,, even if i remove the quote things,, :(

by kiTTy; ; Report

do you have before it and after?

by effie <3; ; Report

im gonna have to type this weird so it doesnt go invisible im srry

<
s
t
y
l
e
>

before you put the code

and put

<
/
s
t
y
l
e
>


after you put the code
but its just typed like normal but i cant type that cause it goes invisible so had to had the lines between all the letters. if that doesnt fix it im not sure :(

by effie <3; ; Report