You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been digging into a lot of the CSS and SASS files lately and see the font hardcoded ALL over the place. Someone could go through and variablize all of those instances, but it will take a fair bit of work to make sure you get everything and it's working as expected.
Changing the font name to something like "Nunito" does not change the font in the built version. Inspect still shows Open Sans.
The head part
<link href="https://fonts.googleapis.com/css?family=Nunito:400,600" rel="stylesheet">
does change.But this part does not
The text was updated successfully, but these errors were encountered: