0
html link
<link href="https://fonts.gooleaspis.com/css?family=Handlee" rel=stylesheet"> what is this link for?
2 Answers
0
alright thanks
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;
}