Skip to content

Commit

Permalink
fix: Enable emoji on web
Browse files Browse the repository at this point in the history
  • Loading branch information
drminh2807 committed Oct 5, 2023
1 parent 01d5be1 commit b502555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class FluffyThemes {

static const fallbackTextStyle = TextStyle(
fontFamily: 'Inter',
fontFamilyFallback: ['Inter'],
fontFamilyFallback: ['NotoEmoji'],
);

static var fallbackTextTheme = TextTheme(
Expand Down

0 comments on commit b502555

Please sign in to comment.