2018.1

Table Of Contents
3. Combine each of the styled fonts with a font effect:
l
Select the font and click the Edit button.
l Select the appropriate font effect (e.g. Font Weight: Bold, or Font Style: Italic).
l
Change the name of the styled font. It should have the same name as the regular
font.
4. Close the Font Manager.
Note
In versions prior to Connect 2018.1.6, style simulation could cause certain issues. For more
information see the release notes: "Improved font handling" on page764.
Font types
The Designer currently supports 4 font types: TTF, OTF, WOFF, EOT and SVG.
When creating an Email template, it's better to import several types of the same font, in order for
any client to see the appropriate fonts.
In the case of a Print context you do not need to provide alternative fonts, because the output is
not displayed using a font from the device on which the output is read.
Applying an imported font
Once a font is imported, it is automatically added to the Fonts drop-down on the toolbar.
It can also be used in the style sheets, even in combination with other fonts, for example:
body {
font-family: 'MyWebFont', Arial, sans-serif;
}
Using remote fonts
In order to use a remote font, you have to add a remote style sheet that points to a web font style
sheet, for example https://fonts.googleapis.com/css?family=Roboto+Slab. For instructions see
"Using a remote style sheet" on page242.
Page 275