From babe8e88be28735e45769ca5a362efbf7ea3e346 Mon Sep 17 00:00:00 2001 From: dgtown Date: Wed, 8 May 2024 11:28:03 -0400 Subject: [PATCH] add font to ory --- 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 ( - +