mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user