diff options
author | Barry Pollard <barrypollard@google.com> | 2024-12-10 21:17:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 21:17:58 +0000 |
commit | bee50c39541c96c0e3aec47070f738c09e6555c5 (patch) | |
tree | 3b71b90a372d14b223609abb8aa6444a7fec68ea /app.config.js | |
parent | 6308e91de68c3b5a487b485ce6b47361ae635153 (diff) | |
download | voidsky-bee50c39541c96c0e3aec47070f738c09e6555c5.tar.zst |
Font loading improvements (#6993)
* Font loading improvements * Reconvert with missing files * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com> * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com> * Run web-build to update hashes * Revert Android to otf * Use Inter woff2 files --------- Co-authored-by: Rick Viscomi <rviscomi@users.noreply.github.com>
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index 895c4a6ef..8b288e1a7 100644 --- a/app.config.js +++ b/app.config.js @@ -234,8 +234,8 @@ module.exports = function (config) { 'expo-font', { fonts: [ - './assets/fonts/inter/InterVariable.ttf', - './assets/fonts/inter/InterVariable-Italic.ttf', + './assets/fonts/inter/InterVariable.woff2', + './assets/fonts/inter/InterVariable-Italic.woff2', // Android only './assets/fonts/inter/Inter-Regular.otf', './assets/fonts/inter/Inter-Italic.otf', |