What's is purpose to use @font-face property in CSS3? Anyone explain to me, please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's is purpose to use @font-face property in CSS3? Anyone explain to me, please?

11th Sep 2016, 11:25 AM
Chhem Leangheng
1 Answer
+ 3
@font-face is used to insert a custom font into your website. Used as: @font-face { font-family: customNameOfYourFont; src: url(urlOfYourFont.woff); } This way you don't need to use 'web-safe' fonts. (the standard fonts such as Arial and Verdana).
11th Sep 2016, 11:29 AM
Maxim Snoep
Maxim Snoep - avatar