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 solutions

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    I struggled to get the right sizing for the text but I think that I got pretty close. The style-guide.md helped give me a good gauge.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I learned how to use the tailwind.config.js file to extend font families, as well as import local fonts into a project using @font-face

    fontFamily: {
      serif: ["young-serif", "georgia"],
      sans: ["outfit", "verdana"],
    }
    
    @font-face {
            font-family: 'young-serif';
            font-style: normal;
            src: url('../assets/fonts/young-serif/YoungSerif-Regular.ttf') format('truetype');
        }
    

    What challenges did you encounter, and how did you overcome them?

    Googling the problems as I encountered difficulties I found these articles that helped me.

    What specific areas of your project would you like help with?

    I found that I need to continue learning the pseudo code in Tailwind CSS to increase the possibilities in my creations.