How to use google fonts and css in web designing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to use google fonts and css in web designing

a learner I am learning html and I want to design a web using CSS and google but the program doesn't respond to it there is no change in fonts.why? https://code.sololearn.com/WRxcuMTyTRkD/?ref=app

9th Jun 2018, 8:42 AM
Aarushi Khatri
Aarushi Khatri - avatar
1 Answer
+ 3
your problem is url of load font stylesheet <link href="https://fonts.googleapis.com/css?family=Tangerine" rel="stylesheet"> and use 'Tangerine' in font-family. (T is uppercase)
9th Jun 2018, 9:33 AM
Mohammad Mehdi Takalloo
Mohammad Mehdi Takalloo - avatar