Click or drag to resize

GoogleFontAttribute Constructor (String, String, String)

Initializes a new instance of the GoogleFontAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public GoogleFontAttribute(
	string name,
	string defaultFontName,
	string defaultFontWeight
)

Parameters

name
Type: SystemString
defaultFontName
Type: SystemString
defaultFontWeight
Type: SystemString
See Also