feat: change primary font to Open Sans

This commit is contained in:
Jordan Knott
2021-04-30 16:33:38 -05:00
parent f45e359402
commit bd34f4b3ad
15 changed files with 13 additions and 5 deletions

View File

@ -11,6 +11,7 @@ import ToastedContainer from './Toast';
import { UserContext } from './context';
import 'react-toastify/dist/ReactToastify.css';
import './fonts.css';
const history = createBrowserHistory();