From 5e9094710da1fe77e0e413193c852b6fb7130ff1 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 22 Feb 2026 19:44:27 +0000 Subject: [PATCH] fix(client): match Source Serif 4 family name Use 'Source Serif 4' (with spaces) as the Android fontFamily to match the iOS font metadata, avoiding Platform.select. Co-authored-by: Ona --- apps/aris-client/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/aris-client/app.json b/apps/aris-client/app.json index 4c628c9..ad09153 100644 --- a/apps/aris-client/app.json +++ b/apps/aris-client/app.json @@ -75,7 +75,7 @@ ] }, { - "fontFamily": "SourceSerif4", + "fontFamily": "Source Serif 4", "fontDefinitions": [ { "path": "./assets/fonts/SourceSerif4_200ExtraLight.ttf", "weight": 200 }, { "path": "./assets/fonts/SourceSerif4_200ExtraLight_Italic.ttf", "weight": 200, "style": "italic" },