
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@expo-google-fonts/dev
Advanced tools
Load 1896 font families from Google Fonts over the network while developing your Expo app
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 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
.
npx expo install @expo-google-fonts/dev expo-font
import {
useFonts,
Nunito_400Regular,
Lato_400Regular,
Inter_900Black,
} from '@expo-google-fonts/dev';
// ...
etc.
FAQs
Load 1896 font families from Google Fonts over the network while developing your Expo app
The npm package @expo-google-fonts/dev receives a total of 1,373 weekly downloads. As such, @expo-google-fonts/dev popularity was classified as popular.
We found that @expo-google-fonts/dev demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.