Rating page- CSS HTML JS

Solution retrospective
I still don't understand why I am unable to use a downloaded font.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SoulRvr29
I think you pasted a wrong link in the HTML, in the head section. Try replacing your
<link href="https...
with:<link href="https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap" rel="stylesheet ">
and it sould work. Good luck.
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord