diff --git a/dashboard/src/main/MainWrapper.tsx b/dashboard/src/main/MainWrapper.tsx index a3e530f56f..ab42cfe80d 100644 --- a/dashboard/src/main/MainWrapper.tsx +++ b/dashboard/src/main/MainWrapper.tsx @@ -13,10 +13,15 @@ import "@ory/elements/dist/style.css"; type PropsType = RouteComponentProps; +const themeOverrides = { + fontFamily: '"Work Sans", sans-serif', + // other theme properties... +}; + const MainWrapper: React.FC = ({ history, location }) => { return ( - +