stormcloud266 / web-dev-playground

2 stars 4 forks source link

Use a sans-serif font in the body #2

Closed stormcloud266 closed 2 years ago

stormcloud266 commented 2 years ago

Let's update the global font-family to a sans serif font. It can either be a default font or a locally hosted font. If using a locally hosted font, please refer to #1 for details on folder structure and @font-face

Code to be updated

body {
    font-family: 'Courier New', Courier, monospace;
}
Dhruv1704 commented 2 years ago

I want to take this issue. Thank you.

stormcloud266 commented 2 years ago

@Dhruv1704 Thank you for the initiative! However this issue was already resolved, I just hadn't closed it yet.

Dhruv1704 commented 2 years ago

ok