Skip to content

Commit

Permalink
add fallbackFonts so that EMOJI_TEXT_FONT can be applied to comments …
Browse files Browse the repository at this point in the history
…with markdown
  • Loading branch information
thesahindia committed Jul 28, 2022
1 parent fbfea53 commit d2a2673
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const BaseHTMLEngineProvider = (props) => {
tagsStyles={styles.webViewStyles.tagStyles}
enableCSSInlineProcessing={false}
systemFonts={_.values(fontFamily)}
fallbackFonts={{'GTAmericaExp-Regular': fontFamily.EMOJI_TEXT_FONT}}
>
<RenderHTMLConfigProvider
defaultTextProps={defaultTextProps}
Expand Down

0 comments on commit d2a2673

Please sign in to comment.