Importing a google font. need help

So in the CSS course I had no problem with this lesson. The href link at the top worked just fine to give me the lobster google font. When I try to do this outside of the lesson on freecodecamp, however, using the same method, it doesn’t do anything. What am I missing? The program I am using is RJ text ed, btw.

You will need to provide your code, it’s not possible to help otherwise

and where it cuts off at the top it says rel=“stylesheet” type=“text/CSS”

you can’t put html tags in a css file
in a css file you need to use @import

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.