2018.2

Table Of Contents
l Select some text, or an element that contains text (see: "Selecting an element" on
page๎˜ƒ550) and select a font from the Fonts drop-down on the toolbar.
l Use the name of the font in a CSS rule, for example:
body {
font-family: Verdana, Arial, sans-serif;
}
Instead of the body tag, any element that can have the CSS property โ€˜font-familyโ€™ can be
used.
Make sure that the rule is applied to the text that you wanted to apply the font to; see "Step
2: apply CSS to the content" on page๎˜ƒ653.
Note
The reason for specifying more than one font in a style sheet for web pages and
emails is that the font might not be available on the device on which they are
viewed.
Order the font names by preference. The last one should be the generic font family
(either serif or sans-serif).
Importing a font
To import a font into a template:
l
Drag the appropriate font files into the Fonts folder on the Resources pane.
Note
Font software may have specific restrictions for copying and redistribution. Please consult the
license agreement for each font vendor before using it in a template. It is your responsibility to
comply with the requirements of third-party agreements.
Note
Vertically-oriented fonts (fonts whose typeface name begin with the at (@) character) are
not supported in Connect.
Page 683