Fonts | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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