Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @ivngzmn

    Posted

    Great Job on the solution. I did see that the font did not load to the Figtree font. For the font to load correctly, check the embed instructions for the Google font here.

    Alternatively, you may add the following code to the head of your site

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
    

    From there you can use the font in your CSS for the presets. :)

    Keep up the good job!

    Marked as helpful

    1
  • @ivngzmn

    Posted

    Hi @bilalpirzada,

    Great initial solution. Once I could see the solution at the correct URL, I noticed that the title sizing was a few pixels off. Please ensure that you check the Design System in Figma. As for the HTML make sure you choose semantic HTML elements. For more info, look at the mdn webdocks.

    Keep up the good work.

    0