KC's Workspace
    Preparing search index...

    A url() value for the src property in an @font-face rule.

    interface UrlSource {
        format?: FontFormat | null;
        tech: FontTechnology[];
        url: Url;
    }
    Index

    Properties

    Properties

    format?: FontFormat | null

    Optional format() function.

    Optional tech() function.

    url: Url

    The URL.