0.4.3 • Published 6 months ago

@expo-google-fonts/dev v0.4.3

Weekly downloads
235
License
MIT
Repository
github
Last release
6 months ago

@expo-google-fonts/dev

If you are trying out lots of different fonts, you can try using the @expo-google-fonts/dev package.

You can import any font style from any Expo Google Fonts package from it. It will load the fonts over the network at runtime instead of adding the asset as a file to your project, so it may take longer for your app to get to interactivity at startup, but it is extremely convenient for playing around with any style that you want.

Usage

Usage is the same as any individual Expo Google Fonts package except that you can important any font variant from any font family from @expo-google-fonts/dev.

Install the package

npx expo install @expo-google-fonts/dev expo-font

In your app

import {
  useFonts,
  Nunito_400Regular,
  Lato_400Regular,
  Inter_900Black,
} from '@expo-google-fonts/dev';
// ...

etc.

0.3.0

8 months ago

0.3.6

7 months ago

0.3.5

7 months ago

0.3.7

7 months ago

0.4.1

6 months ago

0.3.2

7 months ago

0.4.0

6 months ago

0.3.1

8 months ago

0.4.3

6 months ago

0.3.4

7 months ago

0.4.2

6 months ago

0.3.3

7 months ago

0.2.3

3 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

6 years ago

0.0.2

6 years ago