2020.2

Table Of Contents
slower) and results in bigger files. Finally, because of the plain machine transformation of the
font, the result will probably not look as good as when using a carefully designed, properly
styled, font.
It is much better, if you have separate files for the bold, italic and any other versions of a font, to
use those.
Font types
The Designer currently supports 5 font types: TTF, OTF, WOFF, EOT and SVG.
When you are creating a Web template, keep in mind that the different font types are not
supported by all clients; for instance, EOT and SVG are used only by Explorer and Safari,
respectively.
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730.
Remote fonts can be applied to content in a Master page, section, or Snippet. They may be
used in a style sheet and they are automatically added to the Fonts drop-down on the toolbar.
Note that the list of font names is based on the style sheets that are included in the active
Page 767