Skip to content

Commit

Permalink
feat: adjust file expo font
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjayjay committed Jul 23, 2024
1 parent 793718e commit fdb1635
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,25 @@
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-font"
"expo-font",
{
"fonts": [
"node_modules/@expo-google-fonts/karla/Karla_200ExtraLight_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_200ExtraLight.ttf",
"node_modules/@expo-google-fonts/karla/Karla_300Light.ttf",
"node_modules/@expo-google-fonts/karla/Karla_300Light_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_400Regular.ttf",
"node_modules/@expo-google-fonts/karla/Karla_400Regular_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_500Medium.ttf",
"node_modules/@expo-google-fonts/karla/Karla_500Medium_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_600SemiBold.ttf",
"node_modules/@expo-google-fonts/karla/Karla_600SemiBold_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_700Bold.ttf",
"node_modules/@expo-google-fonts/karla/Karla_700Bold_Italic.ttf",
"node_modules/@expo-google-fonts/karla/Karla_800ExtraBold.ttf",
"node_modules/@expo-google-fonts/karla/Karla_800ExtraBold_Italic.ttf"
]
}
],
"extra": {
"eas": {
Expand Down

0 comments on commit fdb1635

Please sign in to comment.