What is the function of this link in a code <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the function of this link in a code <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">

Tell me what is it function

11th Jan 2020, 10:49 AM
Ephraim Mgbebu Chima
Ephraim Mgbebu Chima - avatar
1 Answer
+ 1
Its function is to be able to use a font family on your website, with the vein that any user can see the font they are using without the need to download it, in that link the font font family of "Handlee" is used and from CSS can use that font in the text you want Example: h1 { font-family: 'Handlee'; }
11th Jan 2020, 11:02 AM
Kevin E. Torres Caldas
Kevin E. Torres Caldas - avatar