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,