UNPKG

@third774/google-font

Version:

A web component for loading fonts from Google Fonts

11 lines (9 loc) 287 B
declare class GoogleFont extends HTMLElement { static get observedAttributes(): string[]; attributeChangedCallback(name: any, oldValue: any, newValue: any): void; render(): void; constructor(); get href(): string; insertLinkTag(): void; } export { GoogleFont };