Skip to main content
A newer version of this page is available. .
Tab

ThemesConfigurationSection.Font Property

Gets or sets the font settings for prebuilt DevExpress Themes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string Font { get; set; }

Property Value

Type Description
String

A string value specifying the font settings.

Remarks

<configuration>
    ...
    <devExpress>
        ...
        <themes enableThemesAssembly="true" styleSheetTheme="" theme="Metropolis" 
            customThemeAssemblies="" baseColor="Green" font="30px 'Callibri'"  />
        ...
    </devExpress>
    ...
</configuration>

For more information, refer to the Theme Font Settings topic.

See Also