> ## Documentation Index
> Fetch the complete documentation index at: https://rive-migrating-to-data-binding-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fonts

> Loading and replacing fonts dynamically at runtime.

## Swapping Fonts at Runtime

Fonts can be loaded dynamically at runtime. This allows you to localize your Rive content without increasing the file size of the exported .riv file.

For more information, see [Loading Assets](/runtimes/flutter/loading-assets).

## Fallback Fonts

Fallback fonts are **not yet supported in Flutter**.

<Note>
  Fallback fonts are **not supported on the web**.

  For security reasons, browsers do not allow the canvas to access local system files, including fonts. As a result, only fonts explicitly provided to Rive can be used.
</Note>
