diff --git a/App.tsx b/App.tsx index a39b158b7..05d7ecd58 100644 --- a/App.tsx +++ b/App.tsx @@ -30,7 +30,7 @@ import MarkdownArticleScreen from "./src/articles/MarkdownArticleScreen"; if (Platform.OS === "android") { setCustomText({ style: { - fontFamily: "Roboto", + fontFamily: "Times New Roman", }, }); }