Open navigation

Using custom fonts in Signature 365

Scenario

You wish to use custom fonts with Signature 365.

Solution

It is possible to use the source editor to add custom fonts to an individual template from an external online font repository by using the code below.

information

Only custom repositories from Google and Adobe are currently allowed to use this feature.

Please note that custom fonts cannot be selected using the visual editor and can only be defined in the source code with a <span> tag. Custom fonts are also typically not supported on mobile devices.

Log on to your Signature 365 admin portal, select Signatures and open the signature that you wish to use a custom font with.

Select the Source editor tab to view the HTML source for the template.

You will be presented with the HTML source for the template, the following example will insert the Poppins google font to use in the template. The same process can be used with an appropriate link for other fonts and repositories.

HTML Code

<head>

<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">

</head>

Once this is added you can apply this in the signature by using a <span> tag to apply this to the text as required.

HTML Code

<span style="font-family: Poppins, Calibri;">Your Text Here</span>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.