Skip to content

@eodash/eodash / Configuration / EodashFont

Interface: EodashFont

Properties

family

Font family name.

ts
family: string;

Link to stylesheet that defines font-face. Could be either a relative or absolute URL.

ts
optional link?: string;