Fonts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Fonts

how to use font at html 5 if you can give me an exemple

23rd May 2017, 2:10 PM
YOAV GRAFF
1 Answer
+ 2
do you mean formatting font? in that case you can use CSS if you mean using font from internet source, @font-face { font-family:"Kimberley"; src: url(http://www.princexml.com/fonts/larabie/ » kimberle.ttf) format("truetype"); } h1 { font-family:"Kimberley", sans-serif }
23rd May 2017, 2:17 PM
Setiawan Next
Setiawan Next - avatar