Using Standard and Custom Brand Fonts
Some standard fonts are always available in Landing Pages and Emails on the Symend Platform, but you probably want to use your brand font! You can make your brand font available on the Symend Platform using Custom Fonts.
Landing Pages offer full support for custom web fonts.
Email clients (Gmail, Outlook, Yahoo, etc.) offer only partial support for custom web fonts.
Text messages (via SMS) offer no support for specifying fonts (standard or custom), so the Symend Platform doesn’t offer font selection when creating content for Text messages.
Standard fonts
The standard fonts available to use are:
Arial
Courier New
Georgia
Helvetica
Tahoma
Times New Roman
Trebuchet MS
Verdana
These fonts were chosen because of their wide support across different operating systems and devices. This list is subject to change.
Custom Brand Fonts
If your Brand Guidelines specify the use of special or custom fonts on the web, follow these steps to enable the use of your brand fonts in the Symend Platform.
Adding a Custom Brand Font | |
---|---|
1 | In the app, navigate to Content → Themes and Style → Brand fonts. |
2 | Choose “Add a font”. |
3 | In the “Add a font” modal dialog, you need to provide three (3) pieces of information:
|
4 | Font embed url Font embed URL is an externally hosted CSS file that includes the font and font properties that describe your brand font.
This CSS file must be hosted on a publicly accessible server. (i.e. if you put the URL in the web browser, it’ll load the file without logging in.) Example: This URL fetches “Roboto” font with weights of https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap |
5 | CSS font-family name CSS font-family name is a unique, case-sensitive key that enables the Symend Platform can present your brand font in Landing Pages and Emails.
The Example: Continuing from the previous step, you would enter
|
6 | Css font-family fallback CSS font-family fallback controls which font will be displayed if your Custom Brand Font cannot be rendered, for some reason.
|
7 | Press “Save”. |
8 | Now, in Content Editors on Landing Pages and Emails, your custom font will be available in the Font selector. |
Example using “Roboto” from Google Fonts: