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

WebfontList

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

Response containing the list of fonts currently served by the Google Fonts API.

interface WebfontList {
items?: Webfont[];
kind?: string;
}

§Properties

§
items?: Webfont[]
[src]

The list of fonts currently served by the Google Fonts API.

§
kind?: string
[src]

This kind represents a list of webfont objects in the webfonts service.