From 5cfdf9f88dbea2f85729649af3b922b921672c77 Mon Sep 17 00:00:00 2001 From: Jono Kolnik <1164060+JonathanKolnik@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:35:59 -0500 Subject: [PATCH] Update styles.ts --- src/components/shared/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/styles.ts b/src/components/shared/styles.ts index d69057e2..57d9ffaa 100644 --- a/src/components/shared/styles.ts +++ b/src/components/shared/styles.ts @@ -65,7 +65,7 @@ export const spacing = { export const typography = { type: { - primary: '"Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif', + primary: 'var(--font-nunito-sans, 'Nunito Sans'), "Helvetica Neue", Helvetica, Arial, sans-serif', code: '"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace', }, weight: {