Skip to content

Commit

Permalink
➕ Added Great Vibes typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
mluizvitor committed May 7, 2022
1 parent 1ebe10e commit a527009
Show file tree
Hide file tree
Showing 3 changed files with 9,361 additions and 8,386 deletions.
7 changes: 6 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ import {
Inter_500Medium
} from '@expo-google-fonts/inter';

import {
GreatVibes_400Regular
} from '@expo-google-fonts/great-vibes';

import WidgetWrapper from './src/components/WidgetWrapper';
import { AppItemsPlaceholder } from './src/components/AppItemsPlaceholder';

export default function App() {
const [fontsLoaded] = useFonts({
Inter_400Regular,
Inter_500Medium,
GreatVibes_400Regular,
});

if (!fontsLoaded) {
Expand All @@ -32,7 +37,7 @@ export default function App() {
<WidgetWrapper>

<AppItemsPlaceholder/>

</WidgetWrapper>

</>
Expand Down
Loading

0 comments on commit a527009

Please sign in to comment.