diff --git a/apps/app/src/providers/index.tsx b/apps/app/src/providers/index.tsx index a028105431..05c6257b5d 100644 --- a/apps/app/src/providers/index.tsx +++ b/apps/app/src/providers/index.tsx @@ -14,7 +14,7 @@ import { SearchStateProvider } from '@weareinreach/ui/providers/SearchState' import { appCache, appTheme } from '@weareinreach/ui/theme' import 'react-hook-consent/dist/styles/style.css' -// const fallbackEmoji = Noto_Color_Emoji({ weight: '400' }) +const fallbackEmoji = Noto_Color_Emoji({ weight: '400', subsets: ['emoji'] }) const fontWorkSans = Work_Sans({ subsets: ['latin-ext'], @@ -28,8 +28,8 @@ const fontWorkSans = Work_Sans({ 'Arial', 'sans-serif', 'Apple Color Emoji', - // 'Segoe UI Emoji', 'Noto Color Emoji', + 'Segoe UI Emoji', ], })