mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1import {useFonts} from 'expo-font'
2
3/*
4 * IMPORTANT: This is unused. Expo statically extracts these fonts.
5 *
6 * All used fonts MUST be configured here. Unused fonts can be commented out.
7 *
8 * This is used for both web fonts and native fonts.
9 */
10export function DO_NOT_USE() {
11 return useFonts({
12 InterVariable: require('../../../assets/fonts/inter/InterVariable.woff2'),
13 'InterVariable-Italic': require('../../../assets/fonts/inter/InterVariable-Italic.woff2'),
14 })
15}