@FluffyKas
Posted
Heyo,
Well done on this challenge, it looks great! I really like the little animations you added to the images in the details section. I'd double-check the Download buttons though, they're using the browser's default font-family at the moment (strangely the other button doesn't, but I'm assuming you used a different class to style them?).
Marked as helpful
@Bayoumi-dev
Posted
@FluffyKas The first button is a button element but the other is an anchor link,
Buttons
don't inherit font-family
from the body, so I'll fix it by giving its font-familly
property --> inherit
.
Thanks!