From f9b29e932a828c462f91a69711c01b83b8e98653 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 15 Nov 2023 19:58:55 -0600 Subject: [PATCH] CE-740 Add SF Pro Display as first in fontFamily --- src/qqq/assets/theme/base/typography.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/assets/theme/base/typography.ts b/src/qqq/assets/theme/base/typography.ts index 5ec5508..d2e1501 100644 --- a/src/qqq/assets/theme/base/typography.ts +++ b/src/qqq/assets/theme/base/typography.ts @@ -149,7 +149,7 @@ interface Types { } const baseProperties = { - fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif', + fontFamily: '"SF Pro Display", "Roboto", "Helvetica", "Arial", sans-serif', fontWeightLighter: 100, fontWeightLight: 300, fontWeightRegular: 400,