Adding fonts in html
How do I add font to my text in html coding
Coder100
You will have to do that in css:
body { font-family: cursive; }
SAIRISHITHK
@Coder100 Thank you for helping
aidanryan111
How do you add fonts to certain words
EvolentStudios
@aidanryan111 Do this:
Hey
In css file, do:
hey {
font-family: "font";
}
Im new to html and css, so it may not work, good luck!
RolandJLevy
Hi @SAIRISHITHK,
@PattanAhmed and @Coder100 have given some good links.
You can also use Google fonts. I made this example showing how to implement Google fonts: https://repl.it/@rjlevy/Google-fonts
PattanAhmed
@rjlevy Cool!
Thanks!
PattanAhmed
@SAIRISHITHK Hi,
I think this website might help you a lot
Click here
or
This
Hope this helps
Please mark my answer if this helps
Do you want font or font size? If you want font you can do this:
If you have a h1 tag, and you want to change the size you can do
You can put a font inside the x. Similarly this works for other text tags as well in html.
@seweed3 I thank You 😀😀