Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/lightningcss.ts>Source

A frugal web framework
Latest
type alias Source
import { type Source } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the src property in an @font-face rule.

definition: { type: "url"; value: UrlSource; } | { type: "local"; value: FontFamily; }