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 <no-reply@ona.com>
This commit is contained in:
2026-02-22 19:44:27 +00:00
parent 5556f3fbf9
commit 5e9094710d

View File

@@ -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" },