I am proud that I was able to use custom font in the project
What challenges did you encounter, and how did you overcome them?@font-face { font-family: 'Figtree'; src: url("./assets/fonts/Figtree-VariableFont_wght.ttf") format('truetype'); }
I encountered some difficulty while writing the CSS code, particularly in accurately positioning the box vertically for the mobile view. I referred to a few CSS tutorial websites for syntax and values, and after some trial and error, I was able to get it right.
What specific areas of your project would you like help with?CSS techniques