I am trying to add a different font to the css stylesheets attached to the website I'm designing and I can't seem to get a new google font to import with the URL link and font-family reference.
Would anyone be able to show me what I'm doing wrong here?
You have an issue in your starter.css file. CSS renders based on order of operation, so since it is included after reset it is superceding it. In starter.css, line 6252 there is a CSS for the body tag that reads:
We are going to need to see the page in question or a test page that you can publish. There is nothing wrong with the code itself that you published, but there could be an error on the page preventing the code from working as expected.
You have an issue in your starter.css file. CSS renders based on order of operation, so since it is included after reset it is superceding it. In starter.css, line 6252 there is a CSS for the body tag that reads: