Skip to content

Commit

Permalink
Merge pull request #11 from williamjayjay/step-9-ci-cd
Browse files Browse the repository at this point in the history
feat: adjust file expo font
  • Loading branch information
williamjayjay authored Jul 23, 2024
2 parents eaa5649 + fdb1635 commit a24d63c
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 a24d63c

Please sign in to comment.