Hi there. Can you please give my attempt a look through? If you can also please advise how one add fonts using @font-face on Codepen.io?
Thank you
Given task:
My attempt:
Hi there. Can you please give my attempt a look through? If you can also please advise how one add fonts using @font-face on Codepen.io?
Thank you
Given task:
My attempt:
Hi @vusithedev
Since you canβt upload files to CodePen this would only be possible if the font was hosted online. You could then use the URL to the font in src: url()
.
For example https://fonts.google.com/ offers you a <link>
snippet that you could use in your HTML <head>
. This would then download and use appropriate @font-face
rules.
Beside from that everything looks fine.
Michael