2019.2

Table Of Contents
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745.
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
section (see "Applying a style sheet to a section" on page750) or, when editing a Snippet, in
the section that was active when the Snippet was opened.
Note
Support for remote fonts in email clients cannot be relied upon, and not all remote fonts
are supported by all browsers. It is therefore recommended to add fallback fonts to the
specific style rules whenever using remote fonts in a Web or Email section (see
"Applying a font" on page779).
Locale
The locale is a setting that can affect date, time and currency output, and other formatting that
depends on location and language. This setting is specific to each template, so changing it for
one template will not affect other templates.
Assume that a record set has a Date field that contains the following date: 4/11/12, and that this
field has been added to the template using the Text Script Wizard with the Long Date format
(see "Using the Text Script Wizard" on page803 and "Formatting variable data" on page807).
If the locale is set to en-US, the date appears on the page as April 1, 2016. Setting the locale to
fr-CA makes this text appear as 1 avril 2016. Setting it to zh-CN will print 2016 4 1 .
The locale can also be used in scripts; see "Writing your own scripts" on page853 and
"Standard Script API" on page1287.
Page 782