GCUCoders / Tech-Club-Site

https://www.gcutech.org
3 stars 0 forks source link

Enforce sitewide font conventions #74

Open GCUCoding opened 2 years ago

GCUCoding commented 2 years ago

The sitewide font should be Helvetica, sans-serif.

For your css, simply ensure that all places that are meant to hold text contain the following styling:

font-family: Helvetica, sans-serif;

Rishabh32700 commented 2 years ago

hey I want to take this issue. can you please assign it to me