Google fonts и jQuery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Google fonts и jQuery

Есть ли возможность как то подключать Google fonts и jQuery в проекты?

15th Jul 2018, 2:23 PM
alexandr aloyshin
alexandr aloyshin - avatar
5 Answers
+ 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
15th Jul 2018, 2:46 PM
Dlite
Dlite - avatar
+ 2
первым делом копируй вот это и вставь это на html <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Indie+Flower"> потом на Css на body напиши font-famely:"Indie Flower"; и всё больше ничего всё будет ОК...👍😉🌀
16th Jul 2018, 6:17 AM
Shahzod Shark
Shahzod Shark - avatar
+ 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
15th Jul 2018, 2:53 PM
alexandr aloyshin
alexandr aloyshin - avatar
+ 1
thx for help
15th Jul 2018, 3:02 PM
alexandr aloyshin
alexandr aloyshin - avatar
0
ok
15th Jul 2018, 3:01 PM
Dlite
Dlite - avatar