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

href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet

I don't have an idea of what this is and what it does can anyone explain it??????

17th May 2018, 6:00 AM
Macharlagoutham
5 Answers
+ 6
In the href attribute, is an URL that imports a Google font from the family "Handlee" to be used by the font-family property in your CSS. Generally imported in the <head> of your HTML through the <link> tag.
17th May 2018, 6:12 AM
Dev
Dev - avatar
17th Aug 2018, 12:09 PM
The Shiva
The Shiva - avatar
+ 3
you can also use it in css with this syntax @import url('https://fonts.googleapis.com/css?family=Handlee'); and use it in your css like this p { font-family: Handlee; }
17th May 2018, 6:15 AM
Amethyst Animion
Amethyst Animion - avatar
+ 2
its a google font you call it if you want to use a different font in your html
17th May 2018, 6:09 AM
Amethyst Animion
Amethyst Animion - avatar
17th May 2018, 6:10 AM
Amethyst Animion
Amethyst Animion - avatar