html link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

html link

<link href="https://fonts.gooleaspis.com/css?family=Handlee" rel=stylesheet"> what is this link for?

9th Aug 2019, 1:13 AM
Tchaikovski Volny
Tchaikovski Volny - avatar
2 Answers
0
alright thanks
9th Aug 2019, 1:36 AM
Tchaikovski Volny
Tchaikovski Volny - avatar
0
That link is used to import the font-family: "Handlee" into your code for use. You can then do something like this in your CSS body{ font-family:Handlee; }
9th Aug 2019, 1:36 AM
Dlite
Dlite - avatar