Css Font Source Object
The CssFontSource object This object is used to pass custom fonts via a stylesheet URL when creating an Elements object. -
Last verified 2026-09-24
Is this helpful?
cssSrc A relative or absolute URL pointing to a CSS file with @font-face definitions. The file must be hosted on https. For example: https://fonts.googleapis.com/css?family=Open+Sans If you use a content security policy (CSP), the file might require additional directives.Is this helpful?