Class Font
- Namespace
- Dynamicweb.Content.Styles
- Assembly
- Dynamicweb.dll
public sealed class Font
- Inheritance
-
Font
- Inherited Members
Properties
Family
Gets or sets font family.
public required string Family { get; set; }
Property Value
FilePath
Gets or sets the font file path.
public string? FilePath { get; set; }
Property Value
Id
Gets or sets font id.
public required string Id { get; set; }
Property Value
Name
Gets or sets font name.
public required string Name { get; set; }
Property Value
Style
Gets or sets font style.
public string? Style { get; set; }
Property Value
Weight
Gets or sets font weight.
public FontWeight Weight { get; set; }