Vets-Who-Code / vets-who-code-app

http://vetswhocode.io
47 stars 38 forks source link

J hardaway fix fonts #423

Closed jeromehardaway closed 2 years ago

jeromehardaway commented 2 years ago

I fixed all the serif fonts to be sans-serif per the style guide

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vets-who-code-app ✅ Ready (Inspect) Visit Preview Aug 23, 2022 at 7:36PM (UTC)
axecopfire commented 2 years ago

There are 16 other instances of font-family: 'Gotham'; in the main.css file. Is there a reason we're not updating those as well? Also, I think this could be a good opportunity to remove so many instances of overriding font-family image

jeromehardaway commented 2 years ago

Just made those changes. Thanks for pointing that out.