0
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> How to get this link?
4 ответов
+ 1
You need it if you want to use that font family on the page. Without the link you are not able to use that font. So you have to import a font before you use it on a page.
https://code.sololearn.com/WJYQzjSuTYJS/?ref=app
0
What if there is no this type link in head tag?
0
you need to copy and paste that link yourself into your head tag
- 1
make sure it is in head tag of html. then in css use the handlee font as you normally would specify a font family