0
Pls what is the function of the below tag
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
4 ответов
+ 3
It is used for linking google fonts which is applied on your font family and the rel attribute defines the relationship between a linked resource and the current document.
+ 1
It includes a stylesheet (CSS)
+ 1
This include custom font from google fonts.
You can go to site and check this out, you can copy link of any font and use in your code,
https://fonts.google.com/
About link tag, what can be used to add css, fonts, icons...
https://www.w3schools.com/tags/tag_link.asp
+ 1
The link element loads a stylesheet into your webpage, containing fonts from Google Fonts.
To use the font, you need to specify font-family in your stylesheets.
My Google Fonts tutorial:
https://youtu.be/RELMZnkBtkA