+ 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??????
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.
+ 5
See this My code of Fonts
https://code.sololearn.com/Wzno184TkO79/?ref=app
+ 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; }
+ 2
its a google font
you call it if you want to use a different font in your html
+ 2
here are some google font
https://code.sololearn.com/WoWOeAlUpmQ9/?ref=app