···7070 * IMPORTANT: This is unused. Expo statically extracts these fonts.
7171 *
7272 * All used fonts MUST be configured here. Unused fonts can be commented out.
7373+ *
7474+ * This is used for both web fonts and native fonts.
7375 */
7476export function DO_NOT_USE() {
7577 return useFonts({
-15
src/style.css
···66 * may need to touch all three. Ask Eric if you aren't sure.
77 */
8899-@font-face {
1010- font-family: 'InterVariable';
1111- src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
1212- font-weight: 300 1000;
1313- font-style: normal;
1414- font-display: swap;
1515-}
1616-@font-face {
1717- font-family: 'InterVariableItalic';
1818- src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
1919- font-weight: 300 1000;
2020- font-style: italic;
2121- font-display: swap;
2222-}
2323-249/**
2510 * BEGIN STYLES
2611 *