Skip to content

Commit

Permalink
feat: change font
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed Kaplan committed Oct 21, 2023
1 parent 6fb9c1c commit becd724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Suspense, useEffect } from "react";
import { useColorScheme } from "react-native";
import {
DarkTheme,
DefaultTheme,
ThemeProvider
} from "@react-navigation/native";
import { useFonts } from "expo-font";
import { SplashScreen, Stack } from "expo-router";
import { Suspense, useEffect } from "react";
import { useColorScheme } from "react-native";
import { TamaguiProvider, Text, Theme } from "tamagui";

import { MySafeAreaView } from "../components/MySafeAreaView";
Expand All @@ -18,7 +18,7 @@ export default function Layout() {
const colorScheme = useColorScheme();

const [loaded] = useFonts({
Inter: require("@tamagui/font-inter/otf/Inter-Medium.otf"),
Inter: require("@tamagui/font-inter/otf/Inter-Regular.otf"),
InterBold: require("@tamagui/font-inter/otf/Inter-Bold.otf")
});

Expand Down

0 comments on commit becd724

Please sign in to comment.