feat(client): add Source Serif 4 font

Install @expo-google-fonts/source-serif-4 and configure
expo-font plugin in app.json to embed all weights.

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-22 18:42:50 +00:00
parent c042af88f3
commit 68e319e4b8
3 changed files with 27 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/source-serif-4": "^0.4.1",
"@expo/vector-icons": "^15.0.3",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",