npmStart0 / client

MIT License
3 stars 9 forks source link

Implementing Custom Fonts in Website Design #14

Closed dinilandy closed 1 week ago

dinilandy commented 2 weeks ago
  1. Add the Open Sans font to the website using the link provided: https://fonts.google.com/specimen/Open+Sans?query=Op. Define this font as the primary font for our site.

  2. Incorporate the Fredoka font into the website using the link provided: https://fonts.google.com/specimen/Fredoka. Specify this font as the secondary font for our site.

  3. Ensure that both fonts are added globally to the website by defining them in an object named 'theme' within the system. This object should contain the font families for Open Sans and Fredoka.

Issues #13