FontsConfig

Represents the font configuration for the Mintlify documentation site.

Syntax

public class FontsConfig

Inheritance

Properties

Family

[JsonPropertyName("family")]
public string Family { get; set; }
Gets or sets the font family name.

Returns

string

Format

[JsonPropertyName("format")]
public string Format { get; set; }
Gets or sets the font file format.

Returns

string

Source

[JsonPropertyName("source")]
public string Source { get; set; }
Gets or sets the font source URL.

Returns

string

Weight

[JsonPropertyName("weight")]
public int? Weight { get; set; }
Gets or sets the font weight.

Returns

int?

Remarks

This configuration allows customization of typography by specifying custom fonts including font family, weight, source URLs, and format specifications.