Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lume/plugins/google_fonts.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.4.1/plugins/google_fonts.ts";

Properties

fonts: string | Record<string, string>

The Share URL of the fonts to download (like https://fonts.google.com/share?selection.family=...)

optional
folder: string

The folder to save the fonts

optional
cssFile: string

The CSS file to output the font-face rules

optional
placeholder: string

A placeholder to replace with the generated CSS