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

WebFonts

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

The Google Web Fonts Developer API lets you retrieve information about web fonts served by Google.

class WebFonts {
constructor(client?: CredentialsClient, baseUrl?: string);
async webfontsList(opts?: WebfontsListOptions): Promise<WebfontList>;
}

§Constructors

§
new WebFonts(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
webfontsList(opts?: WebfontsListOptions): Promise<WebfontList>
[src]

Retrieves the list of fonts currently served by the Google Fonts Developer API.