Skip to content

Commit c53da2d

Browse files
committed
fix: update fontFamily in theme configuration to include Apple Color Emoji
1 parent b6afc62 commit c53da2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/constants/theme/theme.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import components from './overrides'
55
export const theme = createTheme({
66
components,
77
cursorType: 'pointer',
8-
fontFamily: 'Montserrat, Vazirmatn, Noto Sans SC, Twemoji Country Flags, sans-serif',
8+
fontFamily:
9+
'Montserrat, Vazirmatn, Apple Color Emoji, Noto Sans SC, Twemoji Country Flags, sans-serif',
910
fontFamilyMonospace: 'Fira Mono, monospace',
1011
breakpoints: {
1112
xs: '30em',

0 commit comments

Comments
 (0)