Use the FONT subcommand in a SELECT command, FIELD command, or a SETTING command to employ a font previously defined by a FONT command in the global report block or in the local definition blocks of the report you are changing.
To use the Report Editor to specify a FONT subcommand in the SETTING command, use the default font options in the Report Body area of the Page Setup dialog to access the Font dialog.
The structure of the FONT subcommand is similar regardless of the command keyword you are using. However, the FIELD and SETTING commands require a { (BEGIN) statement before and an } (END) statement after its subcommand like this:
FIELD { FONTfont-identifier } SETTING { FONTfont-identifier } SELECT FONTfont-identifier