Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Can I use a custom font for Journeys?

  1. Go to Google Fonts and select a font. Find the embed URL for the font you selected.

  2. Add to CSS EDITOR in your Journey template. For example:
    @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

Note: The trailing semicolon on @import line is important. It's always good to have a fallback web font in case the google font fails to load.