|
@@ -90,29 +90,28 @@
|
|
|
[
|
|
[
|
|
|
"expo-font",
|
|
"expo-font",
|
|
|
{
|
|
{
|
|
|
- "fonts": ["./path/to/file.ttf"],
|
|
|
|
|
"android": {
|
|
"android": {
|
|
|
"fonts": [
|
|
"fonts": [
|
|
|
- {
|
|
|
|
|
- "fontFamily": "Roboto-Bold",
|
|
|
|
|
- "fontDefinitions": [
|
|
|
|
|
{
|
|
{
|
|
|
- "path": "./assets/fonts/Roboto-Bold.ttf",
|
|
|
|
|
- "weight": 800
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- "fontFamily": "Roboto-Regular",
|
|
|
|
|
- "fontDefinitions": [
|
|
|
|
|
|
|
+ "fontFamily": "Roboto-Bold",
|
|
|
|
|
+ "fontDefinitions": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "./assets/fonts/Roboto-Bold.ttf",
|
|
|
|
|
+ "weight": 800
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
- "path": "./assets/fonts/Roboto-Regular.ttf",
|
|
|
|
|
- "weight": 400
|
|
|
|
|
|
|
+ "fontFamily": "Roboto-Regular",
|
|
|
|
|
+ "fontDefinitions": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "./assets/fonts/Roboto-Regular.ttf",
|
|
|
|
|
+ "weight": 400
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
}
|
|
}
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
],
|
|
],
|