# expo-font

> Load fonts at runtime and use them in React Native components.

Latest version **57.0.4** (published 2026-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-font
pnpm add expo-font
yarn add expo-font
bun add expo-font
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 57.0.4 |
| Published | 2026-09-11 |
| First published | 2018-08-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52212 |
| Author | 650 Industries, Inc. |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | react-native, expo, font |

## Links

- npm: https://www.npmjs.com/package/expo-font
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev/versions/latest/sdk/font/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-font

## Dependencies (1)

- [fontfaceobserver](https://npm.io/package/fontfaceobserver.md) ^2.1.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 57.0.4 (latest) — 2026-09-11
- 58.0.0 (next) — 2026-09-10
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.6-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 14.0.12 (sdk-54) — 2026-05-28
- 55.0.8 (sdk-55) — 2026-05-19
- 55.0.5-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 12.0.5 (sdk-51) — 2024-05-10
- 11.10.3 (sdk-50) — 2024-02-16
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 58.0.0-canary-20260901-2164f24 — 2026-09-02
- 57.0.3 — 2026-09-01
- 57.0.2 — 2026-08-28
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- … 266 more at https://npm.io/package/expo-font/versions

## README

<p>
  <a href="https://docs.expo.dev/versions/latest/sdk/font/">
    <img
      src="../../.github/resources/expo-font.svg"
      alt="expo-font"
      height="64" />
  </a>
</p>

Load fonts at runtime and use them in React Native components.

# API documentation

- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/font/)
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/font/)

# Installation in managed Expo projects

For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/font/).

# Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your npm dependencies

```
npx expo install expo-font
```

### Configure for Android

No additional set up necessary.

### Configure for iOS

Run `npx pod-install` after installing the npm package.

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

---
_Source: https://npm.io/package/expo-font · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
