0
How to change font of text? I tried font tag but it didn't worked
4 Answers
+ 3
Font-family
Go in fonts.google.com find your font and click on + copy link write in <head> and css in your css
Font-size
Just write font-size: number and px/em/rem/%..;
Font-weight
In css write
Font-weight: bold/bolder or numbers;
More you can see in w3schools.com
Thanks!
+ 2
Anand Raj why don't you see others code who have used different fonts :)
0
bro I have completed 14 out of 18 but still not able to write html code properly.