Represents the font configuration for the Mintlify documentation site.
public class FontsConfig
[JsonPropertyName("family")] public string Family { get; set; }
[JsonPropertyName("format")] public string Format { get; set; }
[JsonPropertyName("source")] public string Source { get; set; }
[JsonPropertyName("weight")] public int? Weight { get; set; }