diff options
author | Eric Bailey <git@esb.lol> | 2024-10-04 16:28:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 16:28:05 -0500 |
commit | 3fb14d184a84cb892c751338c9aea625f5767a47 (patch) | |
tree | f0096e4064af614e92cc46866f539f0e56d85cbd /src/alf | |
parent | 1cedd4a3c4980dd2120c287497b6bd3098fdf751 (diff) | |
download | voidsky-3fb14d184a84cb892c751338c9aea625f5767a47.tar.zst |
Move font-face defs into HTML for CDN (#5612)
Diffstat (limited to 'src/alf')
-rw-r--r-- | src/alf/fonts.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alf/fonts.ts b/src/alf/fonts.ts index 54fe7a34e..b46faed1c 100644 --- a/src/alf/fonts.ts +++ b/src/alf/fonts.ts @@ -70,6 +70,8 @@ export function applyFonts( * IMPORTANT: This is unused. Expo statically extracts these fonts. * * All used fonts MUST be configured here. Unused fonts can be commented out. + * + * This is used for both web fonts and native fonts. */ export function DO_NOT_USE() { return useFonts({ |