From bee50c39541c96c0e3aec47070f738c09e6555c5 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Tue, 10 Dec 2024 21:17:58 +0000 Subject: Font loading improvements (#6993) * Font loading improvements * Reconvert with missing files * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi * Update bskyweb/templates/base.html Co-authored-by: Rick Viscomi * Run web-build to update hashes * Revert Android to otf * Use Inter woff2 files --------- Co-authored-by: Rick Viscomi --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.config.js') 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', -- cgit 1.4.1