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

  • Bea 40

    @Bbeai

    Posted

    Hi, congratulations to complete this challenge. This tip maybe help you. Another way to add a font-family is put to --Header-- the link from google fonts. For example:

    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap" rel="stylesheet">

    After add to css document: font-family: "Outfit", Arial, Helvetica;

    It show the "Outfit" font-family. If "Outfit" is not available, it showes "Arial" or "Helvetica".

    Marked as helpful

    0