Submitted over 1 year ago
Responsive landing page with css flex-box
@victoriagreat
Design comparison
SolutionDesign
Community feedback
- @visualdennissPosted over 1 year ago
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 helpful0 -
- @Alubala3Posted over 1 year ago
nice but fonts are not correct
Marked as helpful0@victoriagreatPosted over 1 year ago@Alubala3 can you explain more on what you said? thanks
0 - @Alubala3Posted over 1 year ago
imean the font family is lucking
0
Please log in to post a comment
Log in with GitHubJoin 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