Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface Font

    interface Font {
        id: number;
        name: string;
        source: "file" | "google";
        font_url: string | null;
        google_font_url: string;
    }
    Index

    Properties

    id: number
    name: string
    source: "file" | "google"
    font_url: string | null
    google_font_url: string