blob: e55248d86c9b5cfa3b3f60f7312f202cd501cfec (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// import * as Font from "expo-font"
export const initFonts = async () => {
// Refer to ./assets/fonts/custom-fonts.md for instructions.
// ...
// Welcome back! Just uncomment this and replace/append with your font file names!
// ⬇
// await Font.loadAsync({
// Montserrat: require("./Montserrat-Regular.ttf"),
// "Montserrat-Regular": require("./Montserrat-Regular.ttf"),
// })
}
|