ThemesConfigurationSection.Font Property
In This Article
Gets or sets the font settings for prebuilt DevExpress Themes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 'Calibri'" />
...
</devExpress>
...
</configuration>
For more information, refer to the Theme Font Settings topic.
See Also