trait HasFont (View source)

Properties

protected string|null $fontFamily
protected string $fontProvider
protected string|null $fontUrl

Methods

font(string $family, string|null $url = null, string|null $provider = null)

No description

string
getFontFamily()

No description

Htmlable
getFontHtml()

No description

string
getFontProvider()

No description

string|null
getFontUrl()

No description

Details

HasFont font(string $family, string|null $url = null, string|null $provider = null)

No description

Parameters

string $family
string|null $url
string|null $provider

Return Value

HasFont

string getFontFamily()

No description

Return Value

string

Htmlable getFontHtml()

No description

Return Value

Htmlable

string getFontProvider()

No description

Return Value

string

string|null getFontUrl()

No description

Return Value

string|null