+ 3
Google fonts и jQuery
Есть ли возможность как то подключать Google fonts и jQuery в проекты?
5 odpowiedzi
+ 2
I don't speak your language, but from your tags, I see you are talking about Google fonts.
So I'll suggest that you use this syntax to incorporate those Google fonts into your projects.
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
Some of the other fonts aside "tangerine" include s
1.Chela One
2.Knewave
3.Pacifico
4.Lobster
5.Cinzel
I hope I helped a bit
+ 2
первым делом копируй вот это и вставь это на html
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Indie+Flower">
потом на Css
на body
напиши
font-famely:"Indie Flower";
и всё больше ничего всё будет ОК...👍😉🌀
+ 1
The question was about whether I can connect with this syntax
in css
@import url ('https://fonts.googleapis.com/css?family=Roboto');
or so
in html
<link href = "https://fonts.googleapis.com/css?family=Roboto" rel = "stylesheet">
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </ script>
now I understand that I can
+ 1
thx for help
0
ok