Enforce sitewide font conventions #74
Labels
documentation
Improvements or additions to documentation
frontend
Frontend development
good first issue
Good for newcomers
Milestone
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;
The text was updated successfully, but these errors were encountered: