I am trying to use a google font in my component, and I made a separate sheet for that component(which is a page) so now the font is not working although I implemented the following steps:
- imported the link from here:https://fonts.google.com/specimen/Great+Vibes
and put it in the head of the html file mainly in the react project
and the component has a separate sheet (css sheet) which is linked successfully too and all styles are working
what else could be missing, I tried the steps in here:How to use Google fonts in React.js?
and it still didn't work