I can not use Google's fonts in CSS and the codes are right, apparently

-1

I copied and pasted the two codes that Google makes available, but I do not know the problem.

Note: The problem is with the tag <h2>

So I thank you if you reply, because as I saw in several videos, the procedure is to get the two codes, one for the style and another for the tag, but mine is not working.

    
asked by anonymous 26.08.2018 / 22:09

1 answer

0

Try closing the h2 tag, you opened but did not close. It is thus <h2>Lorem ipsum is...<h2> The current would be <h2>Lorem ipsum is...</h2>

    
27.08.2018 / 02:50