Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@expo-google-fonts/dev

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo-google-fonts/dev

Load 1896 font families from Google Fonts over the network while developing your Expo app

latest
Source
npmnpm
Version
0.4.31
Version published
Weekly downloads
1.6K
-8.8%
Maintainers
4
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 30 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts