Images
Images, logos, and SVGs referenced by your layout (assets/dealer_logo.png, etc.),
listed on Project Files. Tap one to preview it. Add Asset → Add Image
opens a file picker; you can also just drag and drop image files straight onto
the Project Files screen.
Fonts
Any custom .ttf/.otf fonts dropped into this project's fonts/ folder - these
override the app's built-in fonts for this project only when a block's
font_family matches. Tap a font to preview its glyphs. Add Asset → Add Font or
drag-and-drop work the same way as images.
Built-in families
Available in every project - case-insensitive, and omit or use "Default" for the
app's own default font:
Cousine, IBMPlexMono, FiraSans, Lato, PTSans, TitilliumWeb, AlexBrush,
Allura, GreatVibes, MrDeHaviland, Parisienne, Sacramento, CrimsonText,
IBMPlexSerif, PTSerif, Spectral, Kalam, Pacifico.
Script-style families (AlexBrush, Allura, GreatVibes, MrDeHaviland,
Parisienne, Sacramento) are also what the signature field's "Type" capture mode
offers as font choices (see Fill Out a Form).
Resolution order
When a block references a font family by name, the app looks in this order and uses the first match:
- This project's own
fonts/folder. - A global fonts folder shared across every project - there's no in-app screen for
this one; drop
.ttf/.otffiles directly into it using your OS's file manager. It lives in aYatate/fontsfolder inside your OS's per-app data/support directory (the same place the app keepssettings.ini), which varies by platform and isn't somewhere you'd normally browse day to day. If you're not sure where that lands on your system, adding it per-project (option 1 above) instead is easiest. - The app's built-in default font.
If a custom font shares a name with a built-in one, the custom font wins for that project.
Limits
Only normal and bold weights are selectable per block - even if a font family technically ships italic faces, nothing in the app currently requests them.