From 40ac89dac36bb6891bcbd7ebb1729700e4e6d6de Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Thu, 16 Nov 2023 10:00:14 -0600 Subject: [PATCH] CE-740 more SF Pro Display --- .../components/widgets/charts/linechart/DefaultLineChart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qqq/components/widgets/charts/linechart/DefaultLineChart.tsx b/src/qqq/components/widgets/charts/linechart/DefaultLineChart.tsx index 16e65d8..b64504e 100644 --- a/src/qqq/components/widgets/charts/linechart/DefaultLineChart.tsx +++ b/src/qqq/components/widgets/charts/linechart/DefaultLineChart.tsx @@ -81,7 +81,7 @@ const options = { font: { size: 14, weight: 300, - family: "Roboto", + family: "SF Pro Display,Roboto", style: "normal", lineHeight: 2, }, @@ -107,7 +107,7 @@ const options = { font: { size: 14, weight: 300, - family: "Roboto", + family: "SF Pro Display,Roboto", style: "normal", lineHeight: 2, },