Can I use a custom font for Journeys?
-
Go to Google Fonts and select a font. Find the embed URL for the font you selected.
-
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.
Updated over 4 years ago
Additional Resources