Skip to content

Commit

Permalink
emoji fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Dec 20, 2023
1 parent 65a5736 commit 5cc9262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/app/src/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' })

const fontWorkSans = Work_Sans({
subsets: ['latin-ext'],
Expand All @@ -29,7 +29,7 @@ const fontWorkSans = Work_Sans({
'sans-serif',
'Apple Color Emoji',
// 'Segoe UI Emoji',
fallbackEmoji.style.fontFamily,
'Noto Color Emoji',
],
})

Expand Down

0 comments on commit 5cc9262

Please sign in to comment.