diff options
author | Eric Bailey <git@esb.lol> | 2024-09-30 16:04:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 16:04:19 -0500 |
commit | b4941d8556492375ce3ce96292e00d4e21c73e5e (patch) | |
tree | 5490da7f3524e54ea20a2dbe18130f434826ad68 /app.config.js | |
parent | adaa79a461f12cee09366eb9b13609a9a8203ecb (diff) | |
download | voidsky-b4941d8556492375ce3ce96292e00d4e21c73e5e.tar.zst |
Use Inter variable font (#5540)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/app.config.js b/app.config.js index fe65c4fde..6b2bad938 100644 --- a/app.config.js +++ b/app.config.js @@ -234,24 +234,8 @@ module.exports = function (config) { 'expo-font', { fonts: [ - // './assets/fonts/inter/Inter-Thin.otf', - // './assets/fonts/inter/Inter-ThinItalic.otf', - // './assets/fonts/inter/Inter-ExtraLight.otf', - // './assets/fonts/inter/Inter-ExtraLightItalic.otf', - // './assets/fonts/inter/Inter-Light.otf', - // './assets/fonts/inter/Inter-LightItalic.otf', - './assets/fonts/inter/Inter-Regular.otf', - './assets/fonts/inter/Inter-Italic.otf', - './assets/fonts/inter/Inter-Medium.otf', - './assets/fonts/inter/Inter-MediumItalic.otf', - './assets/fonts/inter/Inter-SemiBold.otf', - './assets/fonts/inter/Inter-SemiBoldItalic.otf', - './assets/fonts/inter/Inter-Bold.otf', - './assets/fonts/inter/Inter-BoldItalic.otf', - './assets/fonts/inter/Inter-ExtraBold.otf', - './assets/fonts/inter/Inter-ExtraBoldItalic.otf', - './assets/fonts/inter/Inter-Black.otf', - './assets/fonts/inter/Inter-BlackItalic.otf', + './assets/fonts/inter/InterVariable.ttf', + './assets/fonts/inter/InterVariable-Italic.ttf', ], }, ], |