From 5aa321425d5109ce46e71d64c8d6e1e7a9dd6784 Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Wed, 8 May 2024 11:31:47 -0400 Subject: [PATCH] add font to ory (#4623) --- dashboard/src/main/MainWrapper.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ( - +