Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Tag

import type { Tag } from "https://googleapis.deno.dev/v1/webfonts:v1.ts";

Metadata for a tag.

interface Tag {
name?: string;
weight?: number;
}

§Properties

§
name?: string
[src]

The name of the tag.

§
weight?: number
[src]

The weight of the tag.