Usage Note 23367: In ODS HTML output, how can I modify the fonts responsible for the headers?
The font associated with the string 'headingFont' can be
modified in the style element FONTS.
Or the style element
HEADER can be modified directly if you specify the FONT= attribute, as shown below.
View output.
proc template;
define style style.newfont;
parent=styles.default;
style Data from Data /
font=('Arial, Helvetica, Helv',1,Bold);
style Header from HeadersAndFooters /
font=('Arial, Helvetica, Helv',2,Bold);
end;
run;
See also the full PROC TEMPLATE FAQ and Concepts.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | Third Party ==> Output ==> HTML SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2003-09-22 11:18:15 |
| Date Created: | 2003-08-11 09:09:42 |