freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
233 stars 342 forks source link

Add CSS Question on font faces #906

Closed khairalanam closed 8 months ago

khairalanam commented 8 months ago

Summary of changes

This PR adds a question to the CSS quiz on font faces.

Checklist

jdwilkin4 commented 8 months ago

Also as a sidenote, it is best in open source to create branches when submitting pull requests instead of trying to do everything from main.

It will help you avoid stuff like this

Screenshot 2023-10-29 at 10 44 40 AM

Here is an article going more in depth https://blog.jasonmeridth.com/posts/do-not-issue-pull-requests-from-your-master-branch/

Something to keep in mind about using branches for future PR's https://www.freecodecamp.org/news/how-to-create-a-local-git-branch/

khairalanam commented 8 months ago

Thanks for the sidenote! I will be wary of it the next time I send a PR.

khairalanam commented 8 months ago

I have implemented the changes. I will send the future PRs from a different branch.

khairalanam commented 8 months ago

Thank you so much!