From a64701fb59bf4af1e39deba9dccc2ad9c9a6680f Mon Sep 17 00:00:00 2001 From: Jono Kolnik <1164060+JonathanKolnik@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:02:02 -0500 Subject: [PATCH] add font family css variable support --- src/components/shared/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/shared/styles.ts b/src/components/shared/styles.ts index d69057e2..40ab1744 100644 --- a/src/components/shared/styles.ts +++ b/src/components/shared/styles.ts @@ -65,7 +65,8 @@ export const spacing = { export const typography = { type: { - primary: '"Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif', + primary: + 'var(--nunito-sans, "Nunito Sans"), "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif', code: '"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace', }, weight: {