Skip to main content
OGify handles font loading for you, making it easy to use Google Fonts or custom font files.

Google Fonts (Zero-Config)

To use a Google Font, specify its name and weight in your template definition. OGify fetches the font file automatically.

Custom Fonts

Load a font from any public URL

Applying Fonts in JSX

Reference the font family in your tw classes or style prop. The first font in the fonts array is used as the default:
Remote fonts (from Google Fonts or custom URLs) are automatically cached by the renderer’s cache system to avoid repeated network requests and improve performance.