Responsive landing page with css flex-box

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@visualdenniss
Hi Victoria,
To add fonts just copy paste this at the top of your css file:
-
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap');
-
then use it like as usual with { font-family: 'Outfit', sans-serif; } e.g. body { font-family: 'Outfit', sans-serif;}
Hope you find this feedback helpful!
Marked as helpful -
- @Alubala3
your welcome
- @Alubala3
imean the font family is lucking
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