0
How does one change the font of a body of text?
I can't seem to find the answer, but I remember seeing it somewhere.
5 Answers
+ 1
You need to make a CSS file and change it in there.
+ 1
Body {
Font-family:georgia;
}
This is css
0
Alright, thank you.
0
By CSS file
0
body {
font-family: font name;
}