How does one change the font of a body of text? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

21st Aug 2016, 6:13 AM
Caleab Brown
Caleab Brown - avatar
5 Answers
+ 1
You need to make a CSS file and change it in there.
21st Aug 2016, 10:38 AM
Magnus N
Magnus N - avatar
+ 1
Body { Font-family:georgia; } This is css
28th Oct 2016, 6:44 AM
Samantha Isbell
Samantha Isbell  - avatar
0
Alright, thank you.
21st Aug 2016, 6:20 PM
Caleab Brown
Caleab Brown - avatar
0
By CSS file
23rd Aug 2016, 5:08 PM
Ahmed Abd Elnaby
Ahmed Abd Elnaby - avatar
0
body { font-family: font name; }
6th Dec 2017, 7:22 AM
Ahmed Abd Elnaby
Ahmed Abd Elnaby - avatar