Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I learned how to use the &
symbol to import two fonts in my HTML (family=Outfit:[email protected]&family=Young+Serif)
. I also learned that the `` approach is faster and more efficient, while using @import
in CSS introduces delays and additional requests.
@import url('https://fonts.googleapis.com/css2?family=Outfit:[email protected]&family=Young+Serif&display=swap')
; in the CSS file.- Adding
to the
tag."
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