Skip to content

Commit 0320212

Browse files
feat: remove specific android font from config plugin, not needed
1 parent f25a59a commit 0320212

File tree

1 file changed

+1
-50
lines changed

1 file changed

+1
-50
lines changed

boilerplate/app.json

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -44,56 +44,7 @@
4444
"./assets/fonts/SpaceGrotesk-500Medium.ttf",
4545
"./assets/fonts/SpaceGrotesk-600SemiBold.ttf",
4646
"./assets/fonts/SpaceGrotesk-700Bold.ttf"
47-
],
48-
"android": {
49-
"fonts": [
50-
{
51-
"fontFamily": "SpaceGrotesk-300Light",
52-
"fontDefinitions": [
53-
{
54-
"path": "./assets/fonts/SpaceGrotesk-300Light.ttf",
55-
"weight": 300
56-
}
57-
]
58-
},
59-
{
60-
"fontFamily": "SpaceGrotesk-400Regular",
61-
"fontDefinitions": [
62-
{
63-
"path": "./assets/fonts/SpaceGrotesk-400Regular.ttf",
64-
"weight": 400
65-
}
66-
]
67-
},
68-
{
69-
"fontFamily": "SpaceGrotesk-500Medium",
70-
"fontDefinitions": [
71-
{
72-
"path": "./assets/fonts/SpaceGrotesk-500Medium.ttf",
73-
"weight": 500
74-
}
75-
]
76-
},
77-
{
78-
"fontFamily": "SpaceGrotesk-600SemiBold",
79-
"fontDefinitions": [
80-
{
81-
"path": "./assets/fonts/SpaceGrotesk-600SemiBold.ttf",
82-
"weight": 600
83-
}
84-
]
85-
},
86-
{
87-
"fontFamily": "SpaceGrotesk-700Bold",
88-
"fontDefinitions": [
89-
{
90-
"path": "./assets/fonts/SpaceGrotesk-700Bold.ttf",
91-
"weight": 700
92-
}
93-
]
94-
}
95-
]
96-
}
47+
]
9748
}
9849
],
9950
[

0 commit comments

Comments
 (0)