From f868abccef29d5513272d625af66e15700d9dd12 Mon Sep 17 00:00:00 2001 From: IIETH4NCC <100978270+IIETH4NCC@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:17:24 +0100 Subject: [PATCH] Add files via upload --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index a39b158b7..d969ae44a 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: "sans-serif", }, }); }