+ 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
1 Antwort
+ 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)